Scrypt is a key derivation function that is designed to require significant processing time and memory. It is designed to improve on earlier KDF such as pbkdf2 and bcrypt by requiring more memory which is typically not a problem on typical servers and PCs but expensive on special-purpose ASIC that attackers may use to brute-force a KDF to crack password hashes. Scrypt is still recent and not widely used.
Stats
created |
5 months ago |
viewed |
3 times |
active |
5 months ago |
editors |
1 |
Recent Hot Answers
Are there more modern password hashing methods than bcrypt and scrypt?Why improvising your own Hash function out of existing hash functions is so bad
Why improvising your own Hash function out of existing hash functions is so bad
Why improvising your own Hash function out of existing hash functions is so bad
Scrypt + Bcrypt = cascade hashing
more »
Related Tags
hash × 8bcrypt × 7
passwords × 5
pbkdf2 × 4
brute-force
authentication
databases
aes
sha256
sha2
hmac
password-management