Hutton Cipher The Hutton cipher of EricBondHutton, written in TypeScript in a functional style. Usage import { encrypt } from 'https://deno.land/x/hutton/mod.ts'; console.log( encrypt('helloworld', 'foo', 'bar'); // 'pwckfenttc' );