Hutton Cipher
; let ciphertext = Hutton;console; // QIJRXCVLTX let plaintext = Hutton;console; // HELLOWORLD
The WebAssembly implementation can be accessed this way:
; let ciphertext = HuttonWasm;console; // QIJRXCVLTX let plaintext = HuttonWasm;console; // HELLOWORLD
Online Hutton Calculator: Click here