The MD4, MD5 using PLSQL hashing algorithms

Posted by Jiltin     Tags: , , 11 November, 2008    3,650 views    (0) Comment

Long back, around 2001, I download the script from http://www.gt.ed.net/keith/plsql/. This link is dead as of date. They are working plsql scripts that I have tested long back. Introduction MD4 and MD5 are one-way hashing algorithms designed to create compact, fixed-length (256 bit) digital signatures (checksums/fingerprints) by generating hashes that are unique and not reversible. They are also useful to provide secure hashing of passwords, especially when robust password validation is used Read Full Article (Click here)...

Categories : Scripts Oracle Tags : , ,