An implementation of the Crypto API that relys on BounceyCastle to perform AES symmteric key encryption. Contains logic to help construct and lookup keys.
'org.e-hoffman.crypto:CryptoBouncyCastle:1.0.0'
<dependency> <groupId>org.e-hoffman.crypto</groupId> <artifactId>CryptoBouncyCastle</artifactId> <version>1.0.0</version> </dependency>
<dependency org="org.e-hoffman.crypto" name="CryptoBouncyCastle" rev="1.0.0"/>
"org.e-hoffman.crypto", "CryptoBouncyCastle", "1.0.0"