salt encryption with libopenssl

Jul 25, 2012 at 1:23am
Hi, I need help with a file I want to decrypt/encrypt with the salt encryption algorithm. I want to do using the open openssl library. However, I do not know which header to include for this. I also could not find an example of this algorithm in c++. An example would be helpful to get an idea of the way its done. Then I can attempt to create a program that decrypts/encrypts the file. Thanks.
Jul 25, 2012 at 7:30am
Unfortunately the documentation for OpenSSL is sparse and incomplete making it hard to learn at first.

This is an active OpenSSL forum that should be able to answer ur question(s).
http://old.nabble.com/OpenSSL-f978.html

Jul 26, 2012 at 8:44pm
It is helpful to an extent but I dont even know the very basics of openssl. If you or someone else could provide an example it would be very much appreciated. Thanks
Jul 28, 2012 at 5:29pm
Jul 29, 2012 at 9:16pm
Thanks, I will try it.
Topic archived. No new replies allowed.