/vncpassword

Encrypts (DES) a password like TigerVNC

Primary LanguageC

About

Encrypts (DES) a password like TigerVNC.

Usage

Install MSYS2, then build as:

pacman --noconfirm -Sy mingw-w64-x86_64-gcc make
make

Then use it like:

./vncpassword.exe $(python3 -c 'print(b"vagrant\0".hex())') # 3c89f4466dc2a67a

Source Code

Most of the included source code came from: