age
Verified for current stable LTS
Age Commands
Age command syntax with verified terminal examples.
Commands
6 commands for Age
age Operations
Age Command: Decrypt File With Passphrase
age -d -o <path/to/decrypted_file> <path/to/encrypted_file.age> age Operations
Age Command: Encrypt File With Public Keys Literals
age {-r|--recipient} public_key {-o|--output} path/to/encrypted_file.age path/to/unencrypted_file age Operations
Age Command: Generate Encrypted File With Passphrase
age -p -o <path/to/encrypted_file.age> <path/to/unencrypted_file> age Operations
Age Command: Encrypt File With Recipients File
age -R <path/to/recipients_file.txt> -o <path/to/encrypted_file.age> <path/to/unencrypted_file> age Operations
Age Command: Decrypt File With Private Key
age -d -i <path/to/private_key_file> -o <path/to/decrypted_file> <path/to/encrypted_file.age> age Operations
Age Command: Encrypt File With Public Keys
age -r <public_key> -o <path/to/encrypted_file.age> <path/to/unencrypted_file> Suggest a Age Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Age workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.