Quantcast
Channel: hasCode.com
Viewing all articles
Browse latest Browse all 92

Snippet: Creating secure Password Hashes in Java with Heimdall

$
0
0
These days where a cheap GPU for about 100 € is capable to create 3 billion of MD5 Hashes per second, we need not only need to use salts the right way but we also need to choose a strong, non-reversible and slow hashing schemes when storing passwords in our application. Heimdall is a library [...]

Viewing all articles
Browse latest Browse all 92

Trending Articles