PHP Hashing method

Peter

Member
Joined
Jul 7, 2012
Messages
58
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,123
Replies
3
Views
2,988
Replies
7
Views
5,036
Replies
3
Views
4,161
Recommended Threads
Replies
4
Views
3,810
Replies
10
Views
4,646
Replies
4
Views
1,677
Replies
34
Views
17,737

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top