age
Verified for current stable LTS
Age Command: Generate Encrypted File Passphrase
Use for generate encrypted file passphrase with Age. Exact CLI syntax to generate encrypted file passphrase using Age.
When to use this: Use for generate encrypted file passphrase with Age.
Command Syntax
age -p -o <path/to/encrypted_file.age> <path/to/unencrypted_file> age -p -o <path/to/encrypted_file.age> <path/to/unencrypted_file> Command Breakdown
-p- Command Option
- Tool-specific option used by this command invocation.
-o- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to generate encrypted file passphrase using Age.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Age Command: Decrypt File Passphrase
age -d -o <path/to/decrypted_file> <path/to/encrypted_file.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 Command: Decrypt File With Passphrase age -d -o <path/to/decrypted_file> <path/to/encrypted_file.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 Command: Decrypt With Passphrase age -d -o <path/to/decrypted_file> <path/to/encrypted_file.age>