Results 1 to 16 of 16

Thread: Howto: Qt and RSA crypto

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2010
    Posts
    13
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60
    Thanked 2 Times in 2 Posts

    Default Re: Howto: Qt and RSA crypto

    To be sure, you can compile OpenSSL from source with the same compiler that you compile your qt app (mingw's g++ that comes with qt). The binary distribution that you use is probably compiled with msvc++ in which case you could also try to simply extract the import libraries directly from dlls.

  2. #2
    Join Date
    May 2009
    Posts
    63
    Qt products
    Qt4
    Platforms
    MacOS X Windows
    Thanks
    12
    Thanked 2 Times in 2 Posts

    Default Re: Howto: Qt and RSA crypto

    Well I just gave up on Crypto++ - it's too difficult to use and wheres the docs?!
    + I think that was designed by an abstraction astronaut!

    I rolled back to the original sources that use OpenSSL, recompiled and it worked first time!!! ???
    I didn't need to recompile the OpenSSL dll using Qt's MinGW either, the binary distro worked.

    Now I'm totally confused as to why it works today but not a few days ago.

  3. #3
    Join Date
    Nov 2008
    Location
    Italy
    Posts
    16
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    1
    Thanked 3 Times in 3 Posts

    Default Re: Howto: Qt and RSA crypto

    The problem seem solved but maybe this information could be interesting:
    There is a Qt Cryptographic architecture at the URL http://delta.affinix.com/qca/
    i've used it under windows but only for md5crypt so i'm not sure it could be used in this case.
    Bye.

Similar Threads

  1. Compiling & using Crypto++ with mingw version of Qt
    By FS Lover in forum Qt Programming
    Replies: 14
    Last Post: 16th January 2018, 11:29
  2. Problem in crypto :: RSA
    By erfanonline in forum Qt Programming
    Replies: 3
    Last Post: 21st March 2009, 21:40
  3. Replies: 5
    Last Post: 19th November 2008, 17:54
  4. Crypto++ and Qt
    By vermarajeev in forum Qt Programming
    Replies: 19
    Last Post: 1st March 2007, 03:41
  5. Crypto++ and Qt3.3.5
    By vermarajeev in forum General Programming
    Replies: 1
    Last Post: 9th February 2007, 07:26

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.