Skip to content

Transforms a plain password in text into a hex encrypted string compatible with TightVNC

License

Notifications You must be signed in to change notification settings

carlosgalveias/tightvnc-password-encrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tightvnc-password-encrypt

Transforms a plain password in text into a hex encrypted string compatible with TightVNC

Installation

npm install tightvnc-password-encrypt

usage

const te = require('tightvnc-password-encrypt');
let encryptedPassword = te.encrypt('plainPasswordText');

return a object like this: { buffer: <Buffer ce 5a 67 a6 74 89 fc f8>, string: 'ce5a67a67489fcf8' }

About

Transforms a plain password in text into a hex encrypted string compatible with TightVNC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published