Search code examples
securitycryptographyscrypt

Does scrypt use a hash algorithm?


Does the scrypt program use a hashing algorithm behind the scenes?

What's the output size of scrypt (I mean the underlying algorithm, is that 4096 bits)?


Solution

  • The output size is whatever you ask PBKDF2 for; IIRC this is limited to something on the order of 4 GB.