Text encoding and decoding

I made some text encoding and decoding functions that uses sine waves and Unicode characters to encode and decode text.

Just click a button and it will bring you though the steps of

  1. Inputting the text to encode or decode
  2. Inputting the number of sine wave operators
  3. Inputting each of the sine wave operators in the form of scale,offset,mult
  4. Then you should get the result copied to your clipboard and then it can be decoded with the decode button if you enter the same sine wave operators

Wick file: Encode&Decode3-10-2022_17-46-50.wick (2.6 KB)
HTML file: Encode&Decode3-10-2022_17-46-49.html (2.1 MB)

Note: If you press the cancel button in any of the prompts it will break and you will need to reload the page to fix it

See if you can decode this message
[bQY6„lE
code: 10,20,30

1 Like

I reworked it so it only takes one input number

Encode&DecodeSimple3-10-2022_19-50-39.html (2.1 MB)
Encode&DecodeSimple3-10-2022_19-50-34.wick (2.5 KB)

Note: I have had it a few times fail to reproduce the original input, I don’t know exactly why but most of the time it works well

1 Like