This topic is locked
[SOLVED]

 MD5 Decryption

3/16/2010 11:41:53 AM
ASPRunnerPro General questions
D
dlangham author

Hi All,
Has anyone used the MD5 hashing function on database fields to hash the data at database level then decrypt it back for viewing etc on the list page, if so could let me know the steps involved.

I see from the PHPRunner forums that people have used it there, so just wondering if anyone had applied it to ASPRunner.

Sergey Kornilov admin 3/16/2010

MD5 is an encryption standard. This is a one-way hashing which means no decryption is possible.

D
dlangham author 3/16/2010



MD5 is an encryption standard. This is a one-way hashing which means no decryption is possible.



Many thanks.