this is a basic prototype, some stuff might be janky

rules:
  • all whitespace is merged into a single space
  • all letters in each word get lower-cased, and (consistently) jumbled around based on the previous character
  • all numbers and symbols get jumbled around, also based on their position
  • other symbols (outside printable ASCII) are voided
  • max message length: 1024 characters (after whitespace and other symbol striping)

idea by Avery [Kelly], prototype by CodedSakura