PDA

View Full Version : Password encryption manager? (MD5, hash, SHAs, etc.)


nothing4me
07-17-2008, 05:45 PM
I think this would be extremely helpful for some people who integrate sites.
We could have custom variables.

For example, VBulletin's is: $hash=MD5(MD5($password)+$salt)
We could have options to switch them around, remove some variables, or have no encryption at all such as $hash=MD5($password) or $hash=MD5($password+$salt).
We could also have options to add in SHA1, SHA512s and more... :D

This would be a great add-on for developers integrating other scripts and languages such as Python, Java, C++ and more. What do you think? :)

nothing4me
07-22-2008, 12:32 AM
Bump.
More info: http://www.vbulletin.com/forum/showthread.php?t=275233