Results 1 to 29 of 29

Thread: VB - 128, 160 and 256 Bit File Encryption/Decryption with MD5, SHA1 and SHA256

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    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
    Attached Files Attached Files
    Last edited by CVMichael; Jun 4th, 2005 at 09:01 PM. Reason: I was misssing a ":" in the attachment code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width