Compare commits

..

2 Commits

Author SHA1 Message Date
akulij
b6be7799b9 README: fix wrong todo tasks formating 2025-02-28 04:21:59 +00:00
akulij
ecaa3c8a9a README: remove unnecessary decription header 2025-02-28 01:08:30 +00:00

View File

@ -1,6 +1,5 @@
# Generate age keys from passphrase
## Description
This utility (age-passgen) generates secret and public keys (into stdout) from your entered passphrase or piped stdin
Strong password highly recomended
@ -10,6 +9,6 @@ Exact amount of required characters can be calculated by formula: $\lceil 256 /
## TODO
[X] piped/terminal output as raw/verbose
[X] handle broken pipe signal since program will so much depend on pipes
[ ] option to read hex number that will be used instead of hash of password (usefull if user already has sha 256 hash of smth or want to use something else as input instead)
- [X] piped/terminal output as raw/verbose
- [X] handle broken pipe signal since program will so much depend on pipes
- [ ] option to read hex number that will be used instead of hash of password (usefull if user already has sha 256 hash of smth or want to use something else as input instead)