README: add missing part of sentence

This commit is contained in:
akulij 2025-02-26 19:38:25 +00:00
parent 4e395597ab
commit 62f4865324

View File

@ -5,5 +5,5 @@ This utility (age-gen-passphrase) generates secret and public keys (into stdout)
Strong password highly recomended Strong password highly recomended
## Password selection ## Password selection
To keep entropy at at the same level of $\geq 2^{256}$ bits, you should use long password. To keep entropy at at the same level of $\geq 2^{256}$ bits, as in private key of curve25519 (which is used in age encryption), you should use long password.
Exact amount of required characters can be calculated by formula: $\lceil 256 / log_2(Nchars) \rceil$ Exact amount of required characters can be calculated by formula: $\lceil 256 / log_2(Nchars) \rceil$