Results 1 to 5 of 5

Thread: Text Encryption

  1. #1
    Join Date
    Jan 2012
    Location
    Iran, Tehran
    Posts
    308
    Thanks
    75
    Thanked 24 Times in 21 Posts
    Qt products
    Qt4 Qt5 PyQt3 PyQt4
    Platforms
    Unix/X11 Windows

    Default Text Encryption

    I Want to encrypt some texts in a text file . Is there any c++ lib out there? Isn't anything in Qt for that?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Text Encryption

    Quote Originally Posted by alizadeh91 View Post
    Is there any c++ lib out there?
    Yes.
    Isn't anything in Qt for that?
    No, there isn't.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    May 2013
    Posts
    8
    Thanked 3 Times in 3 Posts
    Qt products
    Qt/Embedded
    Platforms
    Windows

    Default Re: Text Encryption

    What does it mean ??? can anybody understand me in detail

  4. #4
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Text Encryption

    There are several C++ libraries for text encryption but non of them is included in Qt. But that is no problem: You just have to link your favorite C++ crypto library and use it.

  5. #5
    Join Date
    May 2013
    Posts
    2
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default Re: Text Encryption

    Encryption is the most effective way to achieve data security. To read an encrypted file, you must have access to a secret key or password that enables you to decrypt it. Ciphertext is also known as encrypted or encoded information because it contains a form of the original plain text.

Similar Threads

  1. Encryption with Qt
    By safknw in forum Newbie
    Replies: 7
    Last Post: 11th July 2012, 15:06
  2. simple text Encryption - decryption
    By k.elgohare in forum Qt Programming
    Replies: 1
    Last Post: 15th March 2012, 14:58
  3. Encryption api in Qt
    By safknw in forum Qt Programming
    Replies: 2
    Last Post: 1st May 2010, 04:25
  4. need to symmetric encryption in qt app
    By FS Lover in forum Qt Programming
    Replies: 12
    Last Post: 9th March 2010, 10:38
  5. sqlite+qt+encryption
    By skrzypu in forum Qt Programming
    Replies: 4
    Last Post: 21st October 2009, 14:22

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.