Apache Commons CryptoApache Commons Crypto is a cryptographic library optimized with AES-NI (Advanced Encryption Standard New Instructions). Commons Crypto provides Java APIs at the cipher level and Java stream level. Developers can implement high performance AES encryption/decryption with minimum coding and effort. Please note that Commons Crypto doesn't implement the cryptographic algorithm such as AES directly, it wraps OpenSSL and JCE. Features
DocumentationAn overview of the functionality is provided in the user guide. Various project reports are also available. The Javadoc API documents are available online: The git repository can be browsed. Releases
See the
Download Page
for the latest releases. Change reports are also available. For previous releases, see the Apache Archive SupportThe commons mailing lists act as the main support forum. The user list is suitable for most library usage queries. The dev list is intended for the development discussion. Please remember that the lists are shared between all commons components, so prefix your email by [crypto]. Issues may be reported via ASF JIRA. |