码迷,mamicode.com
首页 > 数据库 > 详细

oracle my2_ep解密

时间:2019-06-12 10:38:04      阅读:115      评论:0      收藏:0      [点我收藏+]

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

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   

原文地址:https://www.cnblogs.com/kongnengjing/p/11008048.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!