Site defunct! Will be shutting down in 6 months!
JUMBLE = Jump. Under. Machine. Byte. Length. Encrypter. This version is: 1.0.3.0
Made entirely by TMH, the JUMBLE algorithm encrypts text, albeit very (VERY) slowly and inefficiently, very (VERY) securely. I will have more updates to the algorithm in creasing speed and decreasing overhead.
The algorithm was based on an early version I made building .NET Crypt, but given a total makeover. It is literally impossible to decode the data without the password.
It takes a block of (byte) data for input, preforms some heavy calculus derivations, and uses different algorithms BASED ON THE PASSWORD YOU TYPED IN. Also optional is the securityLevel var, which controls different settings on the algorithm and makes it more secure, but takes longer. I will make a blog with more details soon and examples on how to use it correctly, for those ones that are overly curious :)
*Update: Example program now finished! Download Below*
You can use this as much as you want without crediting me, just don't reverse engineer or decompile it. (Or i will find u and kill u. Literally.) Thanks!
You can download the .dll here, and the XML description file here. The dll is .NET, so you'll have to import it into your project.
Version 1.0.0.0 - Initial Release
Version 1.0.0.1 - Minor bug fix
Version 1.0.1.0 - Added error handling (kind of important ;)
Version 1.0.1.5 - bug fix
Version 1.0.2.0 - JUMBLE Algorithm greatly improved
Version 1.0.2.5 - Major algorithm bug fix caused by improvement :)
Version 1.0.3.0 - bug fix
*ADDED EXAMPLE PROGRAM*