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