Browse Source

Fix README duplication

master
Joel Parker Henderson 7 years ago
parent
commit
e75a449827
  1. 31
      README.md

31
README.md

@ -38,23 +38,6 @@ To decrypt the file:
* The output file path defaults to the input file path with suffix ".aes".
## See also
These commands are similar:
* [`gpg-encrypt`](https://github.com/SixArm/gpg-encrypt):
use GPG to encrypt a file using our best settings.
* [`gpg-decrypt`](https://github.com/SixArm/gpg-decrypt):
use GPG to decrypt a file using our best settings.
* [`openssl-encrypt`](https://github.com/SixArm/openssl-encrypt):
use OpenSLL to encrypt a file using our best settings.
* [`openssl-decrypt`](https://github.com/SixArm/openssl-decrypt):
use OpenSSL to decrypt a file using our best settings.
## Command
The command is:
@ -66,15 +49,19 @@ The command is:
## See also
These commands are related:
These commands are similar:
* `gpg-encrypt`: use GPG to encrypt a file using our best settings.
* [`gpg-encrypt`](https://github.com/SixArm/gpg-encrypt):
use GPG to encrypt a file using our best settings.
* `gpg-decrypt`: use GPG to decrypt a file using our best settings.
* [`gpg-decrypt`](https://github.com/SixArm/gpg-decrypt):
use GPG to decrypt a file using our best settings.
* `openssl-encrypt`: use OpenSLL to encrypt a file using our best settings.
* [`openssl-encrypt`](https://github.com/SixArm/openssl-encrypt):
use OpenSLL to encrypt a file using our best settings.
* `openssl-decrypt`: use OpenSSL to decrypt a file using our best settings.
* [`openssl-decrypt`](https://github.com/SixArm/openssl-decrypt):
use OpenSSL to decrypt a file using our best settings.
## Tracking

Loading…
Cancel
Save