Encryption Class

Hello i have spent the last week trying to find some easy to use classes for encryption. I was hoping anyone could tell me if someone know about a stand alone class for encryption of binary data.

I found this simalar classes is what am looking for.
http://www.codeproject.com/Articles/35374/Two-Efficient-Classes-for-RC4-and-Base64-Stream-Ci

If anyone know of any i whould realy aprichiate some links.
Cheers
WetCode
Look into openssl. That is all you will ever need:

http://www.openssl.org/
I was hoping to use somthing not dependent on certen librarys\ dll`s.
I want it this way for portabilaty and easy use like the class i mentiond above..
But i dont feel it brings the securety i need.
Last edited on
I decided to go for Crypto++ even thoe it creates dependecys..

Found this: http://www.codeproject.com/Articles/21877/Applied-Crypto-Block-Ciphers and this: http://www.codeproject.com/Articles/16982/Applied-Crypto-Pseudo-Random-Number-Generators and: http://www.cryptopp.com/fom-serve/cache/79.html anyone should be able to get the jist of it now, some bether explination on XXX_Modes and maybe an example of file encryption. But other then that very good refrences.

Cheers
WetCode.
Topic archived. No new replies allowed.