Last active
December 4, 2017 16:07
-
-
Save yakivmospan/30aeb7e44362622f5f2d707aec661954 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val message = "Very large message, bigger then 250 symblos..." | |
// Simple Shared Preferences wrapper, will be used to save wrapped key | |
val storage = Storage(context) | |
// Creates Android Key Store and provides manage functions | |
val keyStoreWrapper = KeyStoreWrapper(context) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment