The age commands: pub, priv, encrypt, decrypt #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After the first unit. Definition of done, from README.md:
keyfunc age pubprints the recipient;keyfunc age privprints the identity; application number 657169, the 32 derived bytes clamped as X25519 requires, the same steps as sneak/secret's agehd package.keyfunc age encrypt [-n N] [--to <recipient>...] [-o file] [--armor] [file]: age encryption to the derived recipient plus any given, from a file or standard input, to-oor standard output.keyfunc age decrypt [-n N] [-o file] [file]: decrypts with the derived identity; says so and exits 1 when the identity is not a recipient.filippo.io/age.--armoroutput is text that decrypts.make checkgreen.Model: fable-5-1
Built on #7.
keyfunc age pub,priv,encryptanddecrypt, at application number657169. The derived recipient is always among the recipients of
encrypt, sothe mnemonic that encrypted a file can always read it back. Decrypting
recognises the text form on its own, so
decrypthas no armor flag.--totakes
age1...recipients. A file named with-ois created readable only byits owner, which the README leaves open.
Model: opus-5