Marco Ricci commited on 2024-06-08 19:06:56
Zeige 1 geänderte Dateien mit 3 Einfügungen und 3 Löschungen.
| ... | ... |
@@ -31,9 +31,9 @@ class Vault: |
| 31 | 31 |
detail][ALGORITHM] in his blog post on said topic: A principally |
| 32 | 32 |
infinite bit stream is obtained by running a key-derivation function |
| 33 | 33 |
on the master passphrase and the service name, then this bit stream |
| 34 |
- is fed into a [sequin][] to generate random numbers in the correct |
|
| 35 |
- range, and finally these random numbers select passphrase characters |
|
| 36 |
- until the desired length is reached. |
|
| 34 |
+ is fed into a [Sequin][sequin.Sequin] to generate random numbers in |
|
| 35 |
+ the correct range, and finally these random numbers select |
|
| 36 |
+ passphrase characters until the desired length is reached. |
|
| 37 | 37 |
|
| 38 | 38 |
[vault]: https://getvau.lt |
| 39 | 39 |
[ALGORITHM]: https://blog.jcoglan.com/2012/07/16/designing-vaults-generator-algorithm/ |
| 40 | 40 |