You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Gary Gregory <gg...@apache.org> on 2023/01/23 14:38:00 UTC

[ANNOUCEMENT] Apache Commons Crypto 1.2.0

The Apache Commons Crypto team is pleased to announce the release of
Apache Commons Crypto 1.2.0.

Apache Commons Crypto is a cryptographic library optimized with AES-NI
(Advanced Encryption Standard New Instructions). It provides Java API
for both the cipher level and Java stream level.
Developers can use it to implement high-performance AES
encryption/decryption with minimum code and effort. Please note that
Crypto doesn't implement the cryptographic algorithm such as
AES directly. It wraps OpenSSL and JCE which implements the algorithms.

Historical list of changes:
https://commons.apache.org/proper/commons-crypto/changes-report.html

For complete information on Apache Commons Crypto, including
instructions on how to submit bug reports, patches, or suggestions for
improvement, see the Apache Commons Crypto website:

https://commons.apache.org/proper/commons-crypto/

Download page: https://commons.apache.org/proper/commons-crypto/download_crypto.cgi

Gary Gregory,
on behalf of the Apache Commons Team