Skip to content

srivastavasujay/Storing-passwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Storing-passwords

Even using salted MD5/SHA-256/SHA-512 to store password on your database is not secure because their weakness is that it's fast which means the attacker can try billions of permutations per second. This is the reason we should use slow hashing algorithms like PBKDF2/bcrypt, this makes brute force attack too slow to be useful.

Built with

Java:- This project generates hashes using salted MD5 and PBKDF2, implementation is in Java using java.security & java.crypto packages.

About

Secure ways to store passwords on your database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages