High-performance cryptographic library optimized with AES-NI instructions, wrapping OpenSSL or JCE for AES encryption/decryption.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-crypto</artifactId>
<version>1.2.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes an AES/CBC cipher for encryption using Commons Crypto.
Ensure the native library is available or fall back to JCE by setting system property 'org.apache.commons.crypto.cipher.CryptoCipherFactory.cipherClasses'.
No dependency data recorded yet.