malfunction Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Jan 2007 Posts: 1015 Location: http://www.behindthecorner.com/
|
Posted: Fri Dec 28, 2007 12:05 pm Post subject: [Javascript]Text/Password Encrypter |
|
|
Introduction:
This script provides encryption using simple, text-oriented method called column transposition. The idea is to write the plain text in block on the row-first bases. The text is then read column-first. The trick is in that the columns are not read from left to right, but in the order specified by the encryption key. Transliteration is also used.
EG:
the quick brown fox jumps over the lazy dog -> rszdbiqdcqedkm dqpadijhdeftouwqd q gwq hnwdqxolovy
Encryption key: skyllakarean
Another example:
the quick brown fox jumps over the lazy dog -> qpadcqeduwqdovy wq eftobiqdhnwdqxolkm d q grszdijhd
Encryption key: 123456789
You wont get the same "translation" if you use a different encryption key.
Something I have been working on the holidays, if you are interested go check it out at my homepage
http://www.f ree w eb s.com/skyllakarean/javaandjavascriptproj.htm
If someone wants the source code PM me.
_________________
|
|