simple example

2008-10-02 Thread xpdf
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

simple example with AES

2008-10-08 Thread xpdf
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

serpent

2008-12-08 Thread xpdf
What encrypt char[] via serpent cipher? __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager