HOME Games Proxy About us

AlphabetLess Encoder

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.

Example:

if Input = "hello"
And the Level of Encoding = 1

\/ \/ \/ \/ \/ \/ \/ \/

(1) It would go through the Input and start with the first character in "hello"

^

>>> Which is "h" <<<

(2) Its then searched through in this array of the alphabet:

A B C D E F G H I J K L K M N O P Q R S T U V W X Y Z

a b c d e f g h i j k l k m n o p q r s t u v w x y z

^

(3) And it just moves back the Level of Encoding which is 1

A B C D E F G H I J K L K M N O P Q R S T U V W X Y Z

a b c d e f g h i j k l k m n o p q r s t u v w x y z

^

To "g"!

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)




Try It Yourself!

(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: 1

CONTACT

Something wrong? Send Feedback

Email: skurien30@pthsd.net