From 9d92ea252990d51aadc129a83e658cefd43b3bda Mon Sep 17 00:00:00 2001 From: s2 Date: Thu, 26 Oct 2017 14:16:38 +0200 Subject: [PATCH] update documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc12862..a2f0571 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ 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 -> just use openssl to decrypt it, without the need to download this script: +> decrypt it with your ssh private key using the following command: ``` -(openssl base64 -d | openssl rsautl -decrypt -inkey ~/.ssh/id_rsa) < file-containing-the-encrypted-text.txt +./sshencdec.sh -s ~/.ssh/id_rsa < file-containing-the-encrypted-text.txt ``` ## examples