Where is simple example to use symetric crypto with AES?
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager
Where is simple example of crypt string with AES?
#include
#include
#include
#include
#include
#include
#include
#include
#include
int main(int argc, char **argv) {
BIO *benc, *bin, *bout;
EVP_CIPHER *type;
HMAC_CTX hctx;
unsigned char buf[12
What encrypt char[] via serpent cipher?
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager