/ Published in: PHP
Comments
Subscribe to comments
You need to login to post a comment.
pickyj on 01/31/11
7 people have marked this snippet as a favorite
o0110o
riacharda
nickian
virendrakryadav
summer_charlie
jirimelcak
White
Subscribe to comments
You need to login to post a comment.
This is not encryption, this is hashing. An encrypted value can be reversed to its original value. A hash can not be reversed, as is the case in your function.
Why not just bcrypt?