Hashing

scrypt Key Derivation

scrypt (RFC 7914) is a password KDF designed to be expensive in memory as well as CPU, which is what makes it hard to attack with GPUs and ASICs. It is used by Litecoin, Tarsnap, and Android disk encryption. The parameters are N (cost), r (block size), and p (parallelism); memory is roughly 128 × N × r × p bytes.

Password

0 chars; 0 lines

Get QR code
Copy to clipboard
Save to file

N = 215 = 32,768 — these parameters need about 32 MB of memory.

Derived Key (scrypt)

0 chars; 0 lines

Get QR code
Copy to clipboard
Save to file
Share

marduc812

Source

© 202620260902_acd5cb6