dbms_obfuscation_toolkit.md5

Card Puncher Data Processing

About

Generates MD5 hashes of data.

Example

CREATE OR REPLACE FUNCTION "ORA_MD5"("P_STRING" IN VARCHAR2) RETURN VARCHAR2    IS 
BEGIN
   RETURN (DBMS_OBFUSCATION_TOOLKIT.md5 (input_string => p_string));
END;

Reference





Discover More
Consistent Hashing
Function - MD5 Hash function (Message Digest 5)

MD5 (Message Digest 5) is a hash function The primary function of an MD5 algorithm is to generate a message digest value (128-bit cryptographic), hence the name. md5 is not a secure hash algorithm....



Share this page:
Follow us:
Task Runner