From ab6ea0692118bb177755ecf7bd6346b075bc03e2 Mon Sep 17 00:00:00 2001 From: s2 Date: Mon, 14 Jan 2019 09:39:01 +0100 Subject: [PATCH] a dec too much --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5b344f8..3e69332 100644 --- a/index.html +++ b/index.html @@ -60,7 +60,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:
- ./sshencdec.sh -s ~/.ssh/id_rsa < file-containing-the-encrypted-text.txt + ./sshenc.sh -s ~/.ssh/id_rsa < file-containing-the-encrypted-text.txt