e.NCTU.edu.tw&rnum=6
-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] nombre de Manuel Sánchez
Cuenca
Enviado el: jueves, 10 de febrero de 2005 12:08
Para: openssl-users@openssl.org
Asunto: Re: Rijndael algorithm
Eduardo Pérez escribió:
But I want to use the openssl lib
I suggest you read the documentation for openssl and learn which
functions that exist and which ones you need to call.
Here is a great beginners book:
http://www.amazon.com/exec/obidos/tg/detail/-/059600270X/qid=1108034419/sr=8-1/ref=sr_8_xs_ap_i1_xgl14/002-8185538-7753620?v=glance&s=books&n=50784
Eduardo Pérez escribió:
On 2005-02-10 08:39:24 UTC, Manuel Sánchez Cuenca wrote:
can anybody tell me if the rijndael algorithm is supported in openssl?
and in this case can anybody send me some examples?
Yes, rijndael (aka aes) is supported.
Just type:
openssl ciphers -v
and you'll see all
On 2005-02-10 08:39:24 UTC, Manuel Sánchez Cuenca wrote:
> can anybody tell me if the rijndael algorithm is supported in openssl?
> and in this case can anybody send me some examples?
Yes, rijndael (aka aes) is supported.
Just type:
openssl ciphers -v
and you'll see all ciphers
You can also know
After Rijndael algortihm was accepted as the new standard it was
officially named AES - Advanced Encryption Standard (i think it is)
and you can use it in OpenSSL.
Check this list for ciphers that you can use:
http://www.openssl.org/docs/apps/ciphers.html
Enjoy.
On Thu, 10 Feb 2005 11:39:22 +010