We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SImple-store should support locally encrypted files to store contents like authorization tokens.
Can take inspiration from https://developer.android.com/reference/androidx/security/crypto/EncryptedSharedPreferences
The text was updated successfully, but these errors were encountered:
It doesn't care what the payload is as long as it is a byte[], so no need for key management to be built in.
Sorry, something went wrong.
Yeah, using byte for storage makes sense. Tentatively, I'd expect a wrapper/util on top to facilitate easy to use APIs for consumers.
No branches or pull requests
SImple-store should support locally encrypted files to store contents like authorization tokens.
Can take inspiration from https://developer.android.com/reference/androidx/security/crypto/EncryptedSharedPreferences
The text was updated successfully, but these errors were encountered: