HyperSine / how-does-SecureCRT-encrypt-password

Transferred from https://github.com/DoubleLabyrinth/how-does-SecureCRT-encrypt-password
270 stars 101 forks source link

ScureCRT 9.6 #6

Closed m1ngf3i closed 1 year ago

m1ngf3i commented 1 year ago

ScureCRT 9.6 securecrt_cipher.py dec -2 --prefix 02 77***

raise ValueError('Bad ciphertext: incorrect padding.') ValueError: Bad ciphertext: incorrect padding.

HyperSine commented 1 year ago

Maybe you have set config passphrase in your SecureCRT. If it is, add -p <your config passphrase> option to your command line. If not, would you mind paste the full encrypted password here? Otherwise, I cannot debug the script and figure out what's wrong.

By the way, does SecureCRT has 9.6 version until today (2023/09/07)? I looked at www.vandyke.com. It has only 9.4.

HyperSine commented 1 year ago

I just updated securecrt_cipher.py. Your password should be able to decrypt.

m1ngf3i commented 1 year ago

thanks!