Skip to content

rgl/vncpassword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: