scrypt Key Derivation

What is scrypt?

scrypt is a memory-hard key derivation function that increases brute-force cost through high memory usage, used by Litecoin and other cryptocurrencies.

Key Features

  • Adjustable parameters: N, r, p, dkLen.
  • Custom salt.
  • Hex output.
  • Local processing.