Simple C++ Encryption - Decryption Library?

11,495

Keyczar, all the way. It's hands-down the simplest way to do encryption The Right Way.

Keyczar is an open source cryptographic toolkit designed to make it easier and safer for devlopers to use cryptography in their applications. Keyczar supports authentication and encryption with both symmetric and asymmetric keys.

It's about as "plug n play" as you could imagine. Take a look at the C++ tutorial for more.

Share:
11,495
StudentX
Author by

StudentX

Updated on July 25, 2022

Comments

  • StudentX
    StudentX almost 2 years

    Possible Duplicate:
    What is the best encryption library in C/C++?

    Looking for a plug n play Encrypt Decrypt library in c++ on windows, usage is pretty simple, encrypt the username and password entered in the edit boxes and save them in registry, in the next run retrieve them from the registry decryt and populate the respective edit controls. Tried googling and reading through some articles, but couldn't find a clean one without problems and is simple and dependable.

  • StudentX
    StudentX over 11 years
    I looked at keyczar, but the Readme says it won't work on windows. And I am working on windows. :(
  • keineahnung2345
    keineahnung2345 almost 3 years
    Keyczar is deprecated in 2019.
  • Matt Ball
    Matt Ball almost 3 years
    Sure; this answer is nearly nine years old.