mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 11:27:43 +03:00
Update README with passphrase autogeneration
This commit is contained in:
parent
3d549a7822
commit
bc8a63b726
1 changed files with 5 additions and 3 deletions
|
@ -45,12 +45,14 @@ $ rage -o example.png.age -r age1uvscypafkkxt6u2gkguxet62cenfmnpc0smzzlyun0lzszf
|
|||
|
||||
### Passphrases
|
||||
|
||||
Files can be encrypted with a passphrase by using `-p/--passphrase`.
|
||||
Files can be encrypted with a passphrase by using `-p/--passphrase`. By default
|
||||
rage will automatically generate a secure passphrase.
|
||||
|
||||
```bash
|
||||
$ rage -p -o example.png.age example.png
|
||||
Type passphrase: [hidden]
|
||||
Confirm passphrase:
|
||||
Type passphrase (leave empty to autogenerate a secure one): [hidden]
|
||||
Using an autogenerated passphrase:
|
||||
kiwi-general-undo-bubble-dwarf-dizzy-fame-side-sunset-sibling
|
||||
$ rage -d -p example.png.age >example.png
|
||||
Type passphrase: [hidden]
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue