How it works: AlphabetLess is an encoder that recieves and input and returns an encoded output that only the AlphabetLess decoder can decode. When it recieves an input, it goes through every character in the input and switches that value up or down the selected amount.
\/ \/ \/ \/ \/ \/ \/ \/
^
>>> Which is "h" <<<
^
And it does the same thing to all the characters
h e l l o
Which as the Level of Encoding is 1 would return an output of
g d k k n
Now this Encoder works with any character including spaces
(Emojis dont work)
(This is still in BETA mode so some characters might break when the "level of encoding" is high)
Enter A String data and Select the level of encoding you want,
(Set the value to the same level of encoding you just did to decode it)
String:
Level of Encoding:
Something wrong? Send Feedback