当前位置:Gxlcms > 数据库问题 > oracle my2_ep解密

oracle my2_ep解密

时间:2021-07-01 10:21:17 帮助过:13人阅读

SELECT CUSCODE,
       UTL_RAW.cast_to_nvarchar2(UTL_RAW.bit_xor(UTL_ENCODE.base64_decode(UTL_RAW.cast_to_raw(SUBSTR(CAST(客户密码 AS VARCHAR2(50)),6))),
                                                UTL_RAW.cast_to_raw(‘#&^*‘)))
  FROM TAB_CUSTOMER WHERE length(客户密码) > 1 AND ROWNUM < 20

oracle my2_ep解密

标签:enc   base   bit   and   ase   custom   decode   where   customer   

人气教程排行