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