VB - 128, 160 and 256 Bit File Encryption/Decryption with MD5, SHA1 and SHA256
For those of you who think that hashing is used for one way encryption only, you need to learn how to think "outside of the box"
This project is using the well known MD5, SHA1 and SHA256 to encrypt and decrypt files. I came up with the algorithm myself sometime last year, and I'm using this type of encryption ever since.
I've spent weeks trying to make a good encryption algorithm, and this one is the final one, and the best. The encryption simply cannot be broken without the password, unless you have a super computer... then maybe you can.
Whoever knows about how difficult is to break hash encryption, well, this encryption is just as difficult to break because it's using the hash data to encrypt and decrypt.
Please mention my name when implementing this encryption/decryption in your programs... thank you
Last edited by CVMichael; Jun 4th, 2005 at 09:01 PM.
Reason: I was misssing a ":" in the attachment code