JSPM

tightvnc-password-encrypt

1.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 3
    • Score
      100M100P100Q24984F
    • License ISC

    From a plain password generates a TightVNC Server hex encrypted password

    Package Exports

    • tightvnc-password-encrypt

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tightvnc-password-encrypt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

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