1
0
mirror of https://github.com/5im-0n/sshenc.sh.git synced 2025-08-02 11:20:05 +02:00

document openssl dependency

This commit is contained in:
s2
2019-01-14 20:08:03 +01:00
parent f980cd28d0
commit a365fe6cc8

View File

@@ -64,6 +64,7 @@
If you received a message from someone that was encrypted with this script, you can decrypt it with your ssh private key using the following command without installing anything:<br>
<code>bash <(curl -s https://sshenc.sh/sshenc.sh) -s ~/.ssh/id_rsa < file-containing-the-encrypted-text.txt</code>
</div>
<p>sshenc.sh uses openssl under the hood, so you need to have that installed in yout path to make it work.</p>
</div>
</div>