Skip to content

AaqifTechExplorer/text-encoder-and-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Hi this is my first project on github.

In this project you can encode and also decode any text by the rules given below.
I hope you will like my project
THANK YOU.
Note: You can only encode and decode such words or sentences
where there are only letters but no numbers.

Here is the rules...

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages