24 lines
395 B
Markdown
24 lines
395 B
Markdown
# Java Password storage solutions
|
|
|
|
[Read the wiki article here](wiki.md)
|
|
|
|
1. [Hashing](hash.java)
|
|
2. [Salted Hashing](saltedHash.java)
|
|
3. [Peppered Hashing](pepperedHash.java)
|
|
|
|
|
|
|
|
|
|
https://crackstation.net/ - Decrypt Hashes
|
|
|
|
|
|
|
|
Time to crack hashes:
|
|
6 chars:
|
|
plain/salted: ~1 second
|
|
peppered: ~40 seconds
|
|
|
|
|
|
12 chars:
|
|
plain/salted: ~5 minutes
|
|
peppered: ~52 times longer than salted ~4 hours |