1.0.0 • Published 5 years ago

tightvnc-password-encrypt v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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' }