1
0
mirror of https://github.com/5im-0n/sshenc.sh.git synced 2025-08-02 19:30:05 +02:00

rename sshencdec to the shorter and nicer sshenc

This commit is contained in:
s2
2019-01-14 08:52:10 +01:00
parent 68212e098c
commit a0fcd1eae6

5
sshencdec.sh → sshenc.sh Executable file → Normal file
View File

@@ -15,7 +15,7 @@ examples:
- decrypt a file
$me -s ~/.ssh/id_rsa < encrypted.txt
$me home page: https://git.e.tern.al/s2/sshencdec
$me home page: https://sshenc.sh/
EOF
}
@@ -51,7 +51,7 @@ if [[ "${#public_key[@]}" > 0 ]]; then
plaintext=`cat`
echo "-- encrypted with https://git.e.tern.al/s2/sshencdec"
echo "-- encrypted with https://sshenc.sh/"
echo "-- keys"
for pubkey in "${public_key[@]}"
do
@@ -108,4 +108,3 @@ else
show_help
exit 1
fi