simpleaes

simpleaes


This is a library created by Brendan Long as a demonstration of how to use AES library in OpenSSL in C++.

Brendan's blog and contact information is here: https://www.brendanlong.com/

Example usage:

// Encrypt in with key
std::string aes_encrypt(std::string in, std::string key);

// Decrypt in with key
std::string aes_decrypt(std::string in, std::string key);

Development Team
Admins
Natalie Adams

Downloads:
0
Reviews:
0
Commits:
1
Issues:
0
Documentations:
0

Powered by InDefero,
a CĂ©ondo Ltd initiative.
srchub.org is ran by
Nathan Adams.
Page rendered in 0.02474s using 45 queries.