Simple Encryption / Decryption
The simple encryption method that's not so simple to break: Scramble!
Encrypt Encrypt your text!
Decrypt Decrypt your encrypted text (note: you cannot decrypt text that has been encrypted with a prvious version of the encryption scheme)
ascii Displays the ASCII table in use by the encryption scheme currently used.
v0.0.1 This version was the first version I made as a test to see how difficult it would be to make a password-cracker for hackthissite.org basic mission 6.
-------------------------------------------------------
Current features:
o Encrypts your text
o Decrypts your text
o Custom ASCII table
o Custom encryption method
Todo
o Make the scramblecode better (supporting larger values + better hidden in the encryption string)
o Add some sort of checksum to the encrypted string (and only decrypt correctly if the checksum is ok) (this allmost works)
-------------------------------------------------------
v0.1.4 / email bugs/comments to me.