1
0
mirror of https://github.com/redelmann/scat synced 2025-01-10 06:34:20 +01:00

Reflected change of algorithm.

This commit is contained in:
Romain Edelmann 2013-08-10 00:35:48 +02:00
parent b44ea90397
commit 248c2ca707

View File

@ -114,7 +114,7 @@ pinXX | `XX` digits. (useful for PIN codes) | `3.3 * XX`
## How it works
Under the hood, `scat` will use `SHA-512`, a cryptographic hash function, to generate a huge integer seed.
Under the hood, `scat` will use `Scrypt`, a password-based key derivation function, to generate a huge integer seed.
This integer seed will be consumed by `scat` to generate deterministically a new password from a schema.
## Installing