PDA

View Full Version : Text Encryption



alizadeh91
17th March 2013, 17:02
I Want to encrypt some texts in a text file . Is there any c++ lib out there? Isn't anything in Qt for that?

wysota
17th March 2013, 17:21
Is there any c++ lib out there?
Yes.

Isn't anything in Qt for that?
No, there isn't.

zeeshanaayan07
26th May 2013, 04:58
What does it mean ??? can anybody understand me in detail

Lykurg
27th May 2013, 10:53
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.

evangilbort
12th June 2013, 12:28
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.