diff options
Diffstat (limited to 'secret')
| -rwxr-xr-x | secret | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,8 +1,8 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | # Encrypt and decrypt files using a fixed cipher and passphrase. | 3 | # Encrypt and decrypt files using a fixed cipher and passphrase. |
| 4 | # The first line of the (unencrypted) file is considered the "password", the | 4 | # The first line of the (unencrypted) file is considered the "password", |
| 5 | # rest can be anything. | 5 | # the rest can be anything. |
| 6 | 6 | ||
| 7 | # Usage: secret command file | 7 | # Usage: secret command file |
| 8 | # Available commands: | 8 | # Available commands: |
