Thursday 4 January 2018

armadillo

Armadillo is an shared preferences implementation encrypting it's content. It should be easy to achieve a fairly high level security while still be able to control most aspects.

Features:

  • No-Nonse State-of-the-Art Crypto: Authenticated Encryption with AES-GCM, key derivation functions Bcrypt and HKDF
  • Flexible: Tons of nobs and switches while having sane defaults
  • Modular: use your own implementation of symmetric cipher, key stretching, data obfuscation, etc.
  • Lightweight: No massive dependencies required like BouncyCastle or Facebook Conceal



from The Android Arsenal

No comments:

Post a Comment