Hash a plaintext password for storage using scrypt.
A fresh 16-byte salt is generated per call, so hashing the same password twice
yields different strings. The result is fully self-describing (see the module
docs) and safe to store in a single text column.
Hash a plaintext password for storage using scrypt.
A fresh 16-byte salt is generated per call, so hashing the same password twice yields different strings. The result is fully self-describing (see the module docs) and safe to store in a single text column.