Using android security KeyChain

16,645

This is a very broad question. Perhaps a community wiki exists already with an answer for it. Anyways, here is a collection of resources related to secure storage in Android that should be helpful:

Share:
16,645
Raqim
Author by

Raqim

Updated on June 24, 2022

Comments

  • Raqim
    Raqim almost 2 years

    For example I need to save important data (passwords, token's, & etc.) on the device. The encrypted or not encrypted data. Will I need android.security KeyChain for secure data storage? If the user of the device will root his device, will the data Keychain invulnerable? What advise to use for data security?