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
age Operations
Age Command: Decrypt File Passphrase
age -d -o <path/to/decrypted_file> <path/to/encrypted_file.age> age Operations
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 Operations
Age Command: Decrypt File With Passphrase
age -d -o <path/to/decrypted_file> <path/to/encrypted_file.age> 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: Decrypt With Passphrase
age -d -o <path/to/decrypted_file> <path/to/encrypted_file.age> age Operations
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 Operations
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 Operations
Age Command: Encrypt File Public Keys Literals
age -r <public_key> -o <path/to/encrypted_file.age> <path/to/unencrypted_file> age Operations
Age Command: Encrypt File With Public Keys
age -r <public_key> -o <path/to/encrypted_file.age> <path/to/unencrypted_file> 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: 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: Encrypt With Passphrase
age -p -o <path/to/encrypted_file.age> <path/to/unencrypted_file> age Operations
Age Command: Encrypt With Recipients
age -r <public_key> -o <path/to/encrypted_file.age> <path/to/unencrypted_file> age Operations
Age Command: Encrypt With Recipients File
age -R <path/to/recipients_file.txt> -o <path/to/encrypted_file.age> <path/to/unencrypted_file> age Operations
Age Command: Generate Encrypted File Passphrase
age -p -o <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>