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