PHP Hashing method

Peter

New member
Joined
Jul 7, 2012
Messages
155
Points
0
What is the most convenient hashing method to be used to hash passwords?
You can use MD5, SHA1 and SHA256 to hash password, they are designed to be very fast and efficient for web programmers.
For example, use md5('your_password') or sha1('your_password').
 
Older threads
Replies
0
Views
2,291
Replies
3
Views
3,182
Replies
2
Views
3,393
Replies
28
Views
11,969
Recommended threads
Replies
3
Views
3,131
Replies
12
Views
5,269
Replies
8
Views
3,260
Similar threads
Top