Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Releases: adorsys/secure-storage2-android

0.0.4

07 Aug 14:11
8dba9c4
Compare
Choose a tag to compare
  • 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

05 Aug 18:51
8dba9c4
Compare
Choose a tag to compare
  • 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

05 Aug 13:42
8dba9c4
Compare
Choose a tag to compare
  • 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