Changelog

0.0.4
  • New solution using different encryptions for different API levels:

    1. Changed access to public/private keys for API 21 && 22
    2. Allow creating key/keypair at will for the developer
    3. Run Espresso tests on Travis to ensure quality
    4. A few minor improvements
0.0.3
  • New solution using different encryptions for different API levels:

    1. For API 21 & 22 AES (AesCbcWithIntegrity) for values and RSA for securing the AES key itself
    2. FOR API 23 and upwards default android AES solution for values
    3. Wrote documentation for the Library
0.0.2
  • New solution using different encryptions for different API levels:

    1. For API 21 & 22 AES (AesCbcWithIntegrity) for values and RSA for securing the AES key itself
    2. FOR API 23 and upwards default android AES solution for values
0.0.1
  • Test solution using hybrid encryption (RSA & AES)