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

0.0.3

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