Results 1 to 2 of 2

Thread: Crypto++ and Qt3.3.5

  1. #1
    Join Date
    Sep 2006
    Posts
    339
    Thanks
    15
    Thanked 21 Times in 16 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Crypto++ and Qt3.3.5

    Hi guys,

    I want to use crypto++ library in a Qt application developed by me.

    For this I have downloded crypto5.4 version and checked the souce files
    with some examples. I'm able to get the output.


    Now my question is here.
    I have a Qt application like ms paint. It
    gererates some text file which needs to be encrypted and decrypted.

    There are so many algorithms provided in crypto++ that which one to
    use is really confusing.


    My requirement is as follows:
    I have some text files which I need to encrypt and decrypt. The
    encryption should be password protected which means whenever I encrypt
    a file a password has to be provided by the user. The other user who
    wants to read the data in that file has to first enter a correct
    password. If he/she enters correct password, the file is decrypted and
    read
    else fails.


    Now first question is
    how do I use crypto++ library in my Qt project???
    What is the procedure to include crypto++ library to my project???

    The next question is
    what algorithm is the best provided by crypto++ for the above scenario???


    Details of my project::::
    Language: C++
    GUI : Qt ( a C++ GUI Tool )
    Platform: Windows and Linux
    Editor used: On Windows-->Microsoft Visual Studio .NET 2003
    On Linux-->Kdevelop

  2. #2
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Crypto++ and Qt3.3.5

    I would call this a duplicate so I'm locking this thread. Use this instead: http://www.qtcentre.org/forum/f-qt-p...d-qt-5576.html .

Similar Threads

  1. Make the cursor visible in textEdit (Qt3.3.5)
    By vermarajeev in forum Qt Programming
    Replies: 9
    Last Post: 24th January 2007, 22:50
  2. QTextEdit height using Qt3.3.5
    By vermarajeev in forum Qt Programming
    Replies: 3
    Last Post: 15th December 2006, 08:43
  3. .gif and .tiff image type in QListView in QT3.3.5
    By darpan in forum Qt Programming
    Replies: 5
    Last Post: 18th March 2006, 04:31

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.