I have a project in c#, Windows that uses Rijndael object.
I’m suppoesd to write it in c++,Linux.
I understood that I’m supposed to use openssl/aes, but couldn’t figure out how.
What are the includes? what is the class name? the methods?
what should I use instead of: Rijndael.create(), Rijndael.KeySize(),Rijndael.IV(), etc.
Thanks in Advance.
Sara
Example source code is available here. Make sure you link with
-lcrypto.EDIT the link currently does not work; I copy the source from an archive: