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
Calculator & Manual Instructions: Click here
The Hutton Cipher is a secure, easy-to-use hand cipher invented by u/EricBondHutton, who as of this writing graciously promises to award £10,000 to the first person to post a solution to his challenge in this Reddit thread.
£1,000 bounty
This bounty was claimed by u/AreARedCarrot when he brute-forced the password and key for the challenge ciphertext produced by Hutton Cipher v1.
£10,000 bounty
Unclaimed. See here for details. The challenge ciphertext has been produced by Hutton Cipher v2.
Disclaimer: I am not involved in awarding any bounty. While Mr. Hutton has remained true to his word regarding the first challenge, and has stated the last challenge will remain open indefinitely, it is presumed he reserves the right to cancel it at anytime.