1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 00:02:09 +02:00
tldr/pages/common/age-keygen.md
Lena c48bddf76c
age-keygen: add page; age: update page (#10424)
* age-keygen: add page; age: update page

* age: remove `_` before numbers in placeholders

* age: update `--recipient` example
2023-08-09 19:31:20 +05:30

384 B

age-keygen

Generate age key pairs. See age for how to encrypt/decrypt files. More information: https://manned.org/age-keygen.

  • Generate a key pair, save it to an unencrypted file and print the public key to stdout:

age-keygen --output {{path/to/file}}

  • Convert an identity to a recipient and print the public key to stdout:

age-keygen -y {{path/to/file}}