Diod
01-02-2006, 11:09 PM
Should i hash my passwords with MD5 or sha1?
It should be the safest hash.(and not the fastest)
Should i also add "salt" to it?
It should be the safest hash.(and not the fastest)
Should i also add "salt" to it?
|
||||
Password hash adviceDiod 01-02-2006, 11:09 PM Should i hash my passwords with MD5 or sha1? It should be the safest hash.(and not the fastest) Should i also add "salt" to it? marek_mar 01-02-2006, 11:15 PM Hash with sha1() and add salt. Though there is not much difference between a salted MD5 and a SHA1 hash. Velox Letum 01-02-2006, 11:18 PM I have to agree, prepend or append (or both, though one should be sufficient) a salt and sha1(). Diod 01-02-2006, 11:21 PM Ok ty guys :) |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum