> For the complete documentation index, see [llms.txt](https://tenaka.gitbook.io/pentesting/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tenaka.gitbook.io/pentesting/useful-commands/password-cracking/vnc-decrypt-password.md).

# VNC Decrypt Password

https\://github.com/frizb/PasswordDecrypts

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

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