Is your feature request related to a problem? Please describe.
But this seems to require ZipXtract to integrate age.
https://github.com/FiloSottile/age — CLI and Go reference implementation.
https://github.com/android-password-store/kage — Kotlin/JVM and Android implementation.
Describe the solution you'd like
$ age-keygen -pq | age -p -o encrypted-identity.txt
Public key: age1pq1cd[... 1950 more characters ...]
Enter passphrase (leave empty to autogenerate a secure one):
age: using autogenerated passphrase "eternal-erase-keen-suffer-fog-exclude-huge-scorpion-escape-scrub"
$ age -a -e -i encrypted-identity.txt file.txt > file.txt.age
$ age -d -i encrypted-identity.txt file.txt.age > file.txt
Enter passphrase for identity file "encrypted-identity.txt":
Is your feature request related to a problem? Please describe.
But this seems to require ZipXtract to integrate age.
https://github.com/FiloSottile/age — CLI and Go reference implementation.
https://github.com/android-password-store/kage — Kotlin/JVM and Android implementation.
Describe the solution you'd like