rage
Verified for current stable LTS
Rage Command: Encrypt File For User
Use for encrypt file for user with Rage. Exact CLI syntax to encrypt file for user using Rage.
When to use this: Use for encrypt file for user with Rage.
Command Syntax
echo "<Your secret message>" | rage --encrypt --recipient <user> --output <path/to/message.age> echo "<Your secret message>" | rage --encrypt --recipient <user> --output <path/to/message.age> Command Breakdown
--encrypt- Command Option
- Tool-specific option used by this command invocation.
--recipient- Command Option
- Tool-specific option used by this command invocation.
--output- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to encrypt file for user using Rage.
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
Rage Command: Decrypt File With Identity
rage --decrypt --identity <path/to/identity_file> --output <message> Duplicity Command: Restore Subdirectory Local Backup PASSPHRASE=<gpg_key_password> duplicity restore --encrypt-key <gpg_key_id> --path-to-restore <path/to/restore_directory> file://<absolute/path/to/backup_directory> <path/to/directory_to_restore_to> Gpg Command: Encrypt And Sign File gpg -es -r <alice@example.com> -r <bob@example.com> <doc.txt> Duplicity Command: Restore Subdirectory Gnupg Local Backup PASSPHRASE=<gpg_key_password> duplicity restore --encrypt-key <gpg_key_id> --path-to-restore <path/to/restore_directory> file://<absolute/path/to/backup_directory> <path/to/directory_to_restore_to> Gpg Command: Encrypt And Sign File For Recipients gpg -es -r <alice@example.com> -r <bob@example.com> <doc.txt>