search directory

Search Commands

Search tools, operations, flags, and command strings. Results are capped for Worker performance.

Age Commands

16 age entries

Limited to 100 results

Back to all tools
age

Age Command: Decrypt File Passphrase

age -d -o <path/to/decrypted_file> <path/to/encrypted_file.age>
age

Age Command: Decrypt File Private Key

age -d -i <path/to/private_key_file> -o <path/to/decrypted_file> <path/to/encrypted_file.age>
age

Age Command: Decrypt File With Passphrase

age -d -o <path/to/decrypted_file> <path/to/encrypted_file.age>
age

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

Age Command: Decrypt With Passphrase

age -d -o <path/to/decrypted_file> <path/to/encrypted_file.age>
age

Age Command: Decrypt With Private Key

age -d -i <path/to/private_key_file> -o <path/to/decrypted_file> <path/to/encrypted_file.age>
age

Age Command: Encrypt File Public Keys File

age -R <path/to/recipients_file.txt> -o <path/to/encrypted_file.age> <path/to/unencrypted_file>
age

Age Command: Encrypt File Public Keys Literals

age -r <public_key> -o <path/to/encrypted_file.age> <path/to/unencrypted_file>
age

Age Command: Encrypt File With Public Keys

age -r <public_key> -o <path/to/encrypted_file.age> <path/to/unencrypted_file>
age

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

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

Age Command: Encrypt With Passphrase

age -p -o <path/to/encrypted_file.age> <path/to/unencrypted_file>
age

Age Command: Encrypt With Recipients

age -r <public_key> -o <path/to/encrypted_file.age> <path/to/unencrypted_file>
age

Age Command: Encrypt With Recipients File

age -R <path/to/recipients_file.txt> -o <path/to/encrypted_file.age> <path/to/unencrypted_file>
age

Age Command: Generate Encrypted File Passphrase

age -p -o <path/to/encrypted_file.age> <path/to/unencrypted_file>
age

Age Command: Generate Encrypted File With Passphrase

age -p -o <path/to/encrypted_file.age> <path/to/unencrypted_file>