JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 16
  • Score
    100M100P100Q36901F
  • License MIT

A secure, easy-to-use hand cipher. Invented by u/EricBondHutton.

Package Exports

  • hutton

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 (hutton) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Hutton Cipher

const hutton = require('hutton');

let ciphertext = hutton(
     2, // version (1 or 2)
    'meetmeatthegreenmanatthree', // plaintext or ciphertext
    'fedora', // password
    'jupiter', // key
     false // decrypt instead of encrypt?
);

console.log(ciphertext); // RSBIENXONGQYTMWQVWXWIOKXKU

Online Hutton Calculator: Click here