joshuatshaffer / babylon

An intentionally weak text scrambler that could be used to simulate language barriers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Babylon

This is an intentionally weak text scrambler. It ciphers text in such a way that:

  • Digits stay digits.
  • Capitals stay capital.
  • Lowercase stays lowercase.
  • Vowels stay vowels.
  • Consonants stay consonants.
  • Each word is scrambled the same way every time.
  • All non-alphanumeric characters stay the same.

This might be useful in an MMORGP to implement language barriers between races. The text would remain in the same layout and repeated words would be recognizable.

About

An intentionally weak text scrambler that could be used to simulate language barriers.


Languages

Language:JavaScript 61.1%Language:HTML 38.9%