0.0.4
-
New solution using different encryptions for different API levels:
- Changed access to public/private keys for API 21 && 22
- Allow creating key/keypair at will for the developer
- Run Espresso tests on Travis to ensure quality
- A few minor improvements
0.0.3
-
New solution using different encryptions for different API levels:
- For API 21 & 22 AES (AesCbcWithIntegrity) for values and RSA for securing the AES key itself
- FOR API 23 and upwards default android AES solution for values
- Wrote documentation for the Library
0.0.2
-
New solution using different encryptions for different API levels:
- For API 21 & 22 AES (AesCbcWithIntegrity) for values and RSA for securing the AES key itself
- FOR API 23 and upwards default android AES solution for values
0.0.1
- Test solution using hybrid encryption (RSA & AES)