This is a small little toy that I built for fun. It's simply a code maker. Put some text into the box, choose a code algorithm, and fire away! I have four algorithms at the moment, but of course this is very expandable (I can add as many algorithms as I want), so expect more to come in the future.
Disclaimer: This is in no way a means to encrypt something (like a password)! It's a fun code maker tool and it cannot and should not be used to protect anything (except a fun little message!) by encoding/encrypting it!
You will see the results on the next page...
UPDATE 5/08: I've revisited this, and seeing how it's actually pretty popular, I'm going to implement a lot more "algorithms" when I have time (hopefully soon). I removed the number mix-up one because it was just stupid. Planned algorithms (remember these aren't set in stone):
Caesar CipherSome one-way stuff like MD5.- Hopefully at least one two-way real-world encrypt/decrypt algorithm.
- Binary if I can manage it.
- More cool ones hopefully if I can think of them.