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.