[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [iaik-jce] Keygeneration for Rijndael
You should upgrade to 2.61, which includes a KeyGenerator for Rijndael.
As with all good symmetric algorithms any random string makes a good key.
Andreas Sterbenz mailto:Andreas.Sterbenz@iaik.at
-----Ursprüngliche Nachricht-----
Von: "Reiner Hüttl" <reiner.huettl@memiq.com>
An: <iaik-jce@iaik.tu-graz.ac.at>
Gesendet: Donnerstag, 26. Oktober 2000 17:02
Betreff: [iaik-jce] Keygeneration for Rijndael
Hello,
I want to integrate the new AES algorithm Rijndael in our application. We
have the Version 2.6 of IAIK-JCE and it is not possible to generate a key
with the methods
KeyGenerator key_gen = KeyGenerator.getInstance("Rijndael");
SecretKey new_key = (iaik.security.cipher.SecretKey)
key_gen.generateKey();
the only possibility is to generate a key with
symKey = new iaik.security.cipher.SecretKey(sk, "RAW");
which is not recomended in the documentation.
Any hints how to generate a key of good quality?
Thanks,
Reiner
> -----------------------------------------------------------
Dr. Reiner Hüttl
Development
memIQ AG
Hans-Pinsel-Strasse 9a
D-85540 Haar
Tel.: +49 (0)89 4 56 39 - 333
Fax: +49 (0)89 4 56 39 33 - 333
http://www.memIQ.com
reiner.huettl@memIQ.de
--
Mailinglist-archive at
http://jcewww.iaik.at/mailarchive/iaik-jce/jcethreads.html
To unsubscribe send an email to listserv@iaik.at with the folowing
content: UNSUBSCRIBE iaik-jce
***************************************************************************
* *
* IAIK S/MIME Mapper Security Info *
* =================================== *
* *
* for message: *
* From: "Andreas Sterbenz" <Andreas.Sterbenz@iaik.at> *
* Date: Fri, 27 Oct 2000 10:03:45 +0200 *
* Subject: Re: [iaik-jce] Keygeneration for Rijndael *
* *
* Message S/MIME properties: *
* *
* Encrypted using: not encrypted *
* *
* Digitally signed: yes *
* Signature valid: yes *
* Signature trusted: yes *
* *
* *
* Compliance with policy for email addresses *@iaik.at: *
* *
* Encryption: OK (None or better required) *
* *
* Digital Signature: OK (digital signature required) *
* *
***************************************************************************