Hello everyone,

This is my first post and new experience with crypto++, I do have some
idea on cryptography and is familiar with C++. I think that is the
basic requirement...

Now 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 project developed on C++. 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 project.
What is the procedure to include crypto++ library to my project. The
next question is what algorithm is the best 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

Waiting for a reply.
Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [EMAIL PROTECTED]
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to