When I was a kid, you could get a "decoder ring" that was a little plastic
toy ring. On the ring was a dial that turned around a center. On the dial
were the letters of the alphabet. In the center was another set of letters,
much more random. So, you can "encode" a message by finding the character
on the outside of the dial and writing down the letter on the inside of the
dial. You could use a different "setting" for each message or for each
person you communicate with.
It was cool!
For a toy.
This is called a "simple substitution cypher". Don't tell me you actually
intend to use this in a real computing project?
--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
Dakkar said:
I want to make a password system like this
every character will have an equal character
for example a will be equal to g and b will be equal to f
when person writes ab it will change automaticly to gf
is something like that possible if it is how?