Results 1 to 4 of 4

Thread: Cryptography classes: md5crypt and standard DES

  1. #1
    Join Date
    Mar 2009
    Posts
    6
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Cryptography classes: md5crypt and standard DES

    Hi folks!

    Just in case anyone needs Unix/Linux style password hashing, I've attached two classes here:

    md5crypt: I just got a sample from QCA and modified it so it uses only standard QT classes.

    unixcrypt: Got some old C code from internet and converted it to a QT/C++ class.

    There isn't a classes/components repository for QT? Just like torry.net for Delphi components?

    Cheers,

    bootsector
    Attached Files Attached Files

  2. The following user says thank you to bootsector for this useful post:

    GokuH12 (23rd March 2009)

  3. #2
    Join Date
    Feb 2007
    Posts
    2
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Cryptography classes: md5crypt and standard DES

    thx for the class! its come in handy in this moment

  4. #3
    Join Date
    Aug 2006
    Posts
    221
    Thanks
    3
    Thanked 29 Times in 19 Posts

    Default Re: Cryptography classes: md5crypt and standard DES

    DES might be useful, but what is wrong with QCryptographicHash for md5?

  5. #4
    Join Date
    Mar 2009
    Posts
    6
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Cryptography classes: md5crypt and standard DES

    There's nothing wrong with MD5 from QCryptographicHash. It's actually used as the foundation for the md5crypt, which is the evolution of the old crypt hashing method (based on DES).

    Cheers,

    bootsector

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.