From 9a966e99b4595c1fe4cced0377f166573749f650 Mon Sep 17 00:00:00 2001 From: s2 Date: Mon, 14 Jan 2019 10:18:41 +0100 Subject: [PATCH] better instructions --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 12a1ec4..89fc95d 100644 --- a/index.html +++ b/index.html @@ -61,8 +61,8 @@

bash script to encrypt data using a users ssh public key.


- 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:
- ./sshenc.sh -s ~/.ssh/id_rsa < file-containing-the-encrypted-text.txt + 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