diff --git a/README.md b/README.md index 09c3d29..1bf8965 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,9 @@ Strong password highly recomended ## Password selection 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$ + + +## TODO +[ ] output identities instead of keys (to be closer in user experience to age-keygen) +[ ] piped/terminal output as raw/verbose +[ ] handle broken pipe signal since program will so much depend on pipes