Results 1 to 7 of 7

Thread: "one way" encryption

  1. #1

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    "one way" encryption

    can any please suggest of "one-way" encryption in Visual basic 6. thanks!!!

  2. #2
    PowerPoster
    Join Date
    May 2006
    Location
    Location, location!
    Posts
    2,673

    Re: "one way" encryption

    one-way encryption...you mean an MD5 hash?

    If not, explain what you mean by "one way"...as in can't be decrypted by anyone? What's the point?

  3. #3
    Frenzied Member cssriraman's Avatar
    Join Date
    Jun 2005
    Posts
    1,465

    Re: "one way" encryption

    Search the forum you will get many examples:

    http://vbforums.com/search.php?searchid=821818
    CS

  4. #4

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    Re: "one way" encryption

    "One-way" once you encrypt it there's no way for you to decrypt it...that's why it is "one-way" encryption...whats the point? ask the GURU why they invent such encryption algorithm.

  5. #5
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: "one way" encryption

    One way encryption is the only encryption you should trust.

    It is mostly used for log-ins, when you store the password hashed (one way encrypted), and to test the validity of the password, you compare the encrypted strings.

    I also made a very strong 2 way encryption using one-way encryption, see this thread:
    VB - 128, 160 and 256 Bit File Encryption/Decryption with MD5, SHA1 and SHA256

  6. #6
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: "one way" encryption

    What is MD5 and why use it: http://en.wikipedia.org/wiki/MD5

    MD5 in different languages: http://userpages.umbc.edu/~mabzug1/cs/md5/md5.html
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  7. #7
    PowerPoster
    Join Date
    May 2006
    Location
    Location, location!
    Posts
    2,673

    Re: "one way" encryption

    I have an MD5 function somewhere that I downloaded (mixture of function and class module)...if need be, I can find it :-)

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