当前位置:网站首页>MD5 of Oracle
MD5 of Oracle
2022-07-02 03:33:00 【Tiantian code code Tiantian】
CREATE OR REPLACE FUNCTION MD5(passwd IN VARCHAR2) RETURN VARCHAR2 IS
retval varchar2(32);
BEGIN
retval := utl_raw.cast_to_raw(DBMS_OBFUSCATION_TOOLKIT.MD5(INPUT_STRING => passwd));
RETURN retval;
END;
test
select md5('lw112190') from dual
边栏推荐
- Kotlin基础学习 17
- Oracle 查看被锁的表和解锁
- 蓝桥杯单片机省赛第十二届第一场
- "Analysis of 43 cases of MATLAB neural network": Chapter 41 implementation of customized neural network -- personalized modeling and Simulation of neural network
- JIT deep analysis
- Docker installs canal and MySQL for simple testing and implementation of redis and MySQL cache consistency
- Exchange rate query interface
- 《MATLAB 神經網絡43個案例分析》:第42章 並行運算與神經網絡——基於CPU/GPU的並行神經網絡運算
- Kotlin basic learning 13
- 高性能 低功耗Cortex-A53核心板 | i.MX8M Mini
猜你喜欢
Pointer array & array pointer
[designmode] Prototype Pattern
Verilog state machine
蓝桥杯单片机省赛第十二届第一场
Detailed explanation of the difference between Verilog process assignment
Eight steps of agile development process
JIT deep analysis
In the era of programmers' introspection, five-year-old programmers are afraid to go out for interviews
《MATLAB 神经网络43个案例分析》:第42章 并行运算与神经网络——基于CPU/GPU的并行神经网络运算
[mv-3d] - multi view 3D target detection network
随机推荐
ThreadLocal详解
Go execute shell command
[数据库]JDBC
Detailed explanation of ThreadLocal
MySQL之账号管理
Continuous assignment of Verilog procedure
"Analysis of 43 cases of MATLAB neural network": Chapter 41 implementation of customized neural network -- personalized modeling and Simulation of neural network
Kotlin基础学习 17
Work hard all day long and be alert at sunset
One of the future trends of SAP ui5: embrace typescript
/silicosis/geo/GSE184854_scRNA-seq_mouse_lung_ccr2/GSE184854_RAW/GSM5598265_matrix_inflection_demult
In depth analysis of C language - variable error prone knowledge points # dry goods inventory #
Docker installs canal and MySQL for simple testing and implementation of redis and MySQL cache consistency
Network connection mode of QT
halcon图像矫正
FFMpeg AVFrame 的概念.
ImageAI安装
焱融看 | 混合雲時代下,如何制定多雲策略
MySQL advanced (Advanced) SQL statement (II)
Unity脚本的基础语法(7)-成员变量和实例化