From a365fe6cc87d7a62ffd63f791f5da713515e32ac Mon Sep 17 00:00:00 2001 From: s2 Date: Mon, 14 Jan 2019 20:08:03 +0100 Subject: [PATCH] document openssl dependency --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 3436781..390bb88 100644 --- a/index.html +++ b/index.html @@ -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:
bash <(curl -s https://sshenc.sh/sshenc.sh) -s ~/.ssh/id_rsa < file-containing-the-encrypted-text.txt +

sshenc.sh uses openssl under the hood, so you need to have that installed in yout path to make it work.