Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 779 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 779 Bytes

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: