diff --git a/README.md b/README.md index eb2a5bf..3e56643 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # sshenc.sh **bash script to encrypt data using a users ssh public key** +![sshenc.sh](logo.png) + 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 diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..407b554 Binary files /dev/null and b/logo.png differ