Document |
Description |
About |
Apache 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 Crypto doesn't implement the cryptographic algorithm such as
AES directly. It wraps to Openssl or JCE which implement the algorithms. |
Project Summary |
This document lists other related information of this project |
Project Team |
This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another. |
Source Repository |
This document lists ways to access the online source repository. |
Issue Tracking |
This document provides information on the issue management system used in this project. |
Mailing Lists |
This document provides subscription and archive information for this project's mailing lists. |
Dependency Information |
This document describes how to to include this project as a dependency using various dependency management tools. |
Dependencies |
This document lists the project's dependencies and provides information on each dependency. |
Dependency Convergence |
This document presents the convergence of dependency versions across the entire project, and its sub modules. |
Continuous Integration |
This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis. |
Distribution Management |
This document provides informations on the distribution management of this project. |