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