Results 1 to 29 of 29

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

Hybrid View

  1. #1

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

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

    Quote Originally Posted by KuJi
    Hey, does anyone think they can convert this into a program so that it will get the windows key, encrypt it?

    I need it to make a login for my program...so it cant be stolen.
    Your question is not very clear.

    Please post in the Classic Visual Basic forum, because appart that your question is about encryption, it has nothing to do with my program. You don't need my program for what you what to do (from as much as i can understand from your question).
    You can secure a password using hashing ONLY (one way encryption), you don't need 2 way encryption for a login.
    Anyways, please post this question in the general forum (the link above).

  2. #2

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

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

    I finally found the link I was talking about in post #14
    http://www.cs.rit.edu/~ark/lectures/...ewayhash.shtml

    If you look at the bottom of that page, you will see that there's a diagram simmilar to mine on how to do encryption and decryption with hash.

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