This topic is locked

How to set Md5 input fields (not for Login!)

4/4/2011 11:37:35 AM
PHPRunner General questions
B
BrownCHiLD author

Hi
How do you set a field so that when edited/added, it's encrypted w/ MD5 encryption onto the database?
I know you can set this for the login page / credentials.. but this one is not for PHP RUNNer's login page.. this is password for a totally separate system that i need to alter using phprunner
Thanks

B
BrownCHiLD author 4/4/2011

up / bounce

Admin 4/5/2011

Check this article for inspiration:

http://www.asprunner.com/forums/topic/15692-encrypt-and-decrypt-data-in-the-database-with-phprunner-5-3/
Note that MD5 is not encryption algorithm. It creates a hash which cannot be decrypted. It's not recommended to use MD5 for anything but for password hashing.