Secure storage for Android OS is a lightweight and simple plugin that allows you to store data securely on Android. It can be used to store user credentials or some other sensitive data.
- Uses AES encryption to protect the data.- Light weight (size only 6KB).- Easy to use. Contains only 3 methods: Add, Get and Delete.- No need to think about how and where to instantiate a service, just call it wherever you need it.- There are no restrictions on recording size. The only limitation is the maximum length of the string type (2^31 characters).