1
0
mirror of https://github.com/5im-0n/sshenc.sh.git synced 2025-08-03 03:40:14 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
gustavo panizzo
f28a78ff82 change the padding to oaep 2020-02-27 01:53:42 +01:00
gustavo panizzo
845ad71fc4 convert newer ssh keys to a format that openssl can understand 2020-02-27 01:46:33 +01:00
gustavo panizzo
c56978f9fb add support to automatically pull ssh keys from github handles 2020-02-26 23:16:11 +01:00
s2
63ac438831 use pbkdf2 since it is available in new versions of openssl 2019-11-25 16:28:35 +01:00
s2
82fe18f321 make sshenc.sh executable 2019-11-25 16:04:51 +01:00
Shahzaib Sheikh
f4127b7282 Fixes "no valid decryption key supplied" issue when encrypted text/key is longer in length
More information can be found at https://stackoverflow.com/questions/35289912/openssl-enc-base64-d-does-not-decode-strings-after-a-certain-length
2019-11-22 03:39:46 +05:00
s2
7524cf078a use $me instead of basename, so it works better when it comes from stdin 2019-01-16 22:36:40 +01:00
s2
6cc79ed5b4 don't write empty key tag 2019-01-16 22:30:03 +01:00
s2
280168b820 support binary files 2019-01-16 16:31:34 +01:00
s2
d90c21037c set me to sshenc.sh
otherwise when executed with curl it returns something else
2019-01-14 11:52:04 +01:00
s2
a0fcd1eae6 rename sshencdec to the shorter and nicer sshenc 2019-01-14 08:52:10 +01:00