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