//TODO: import keystore in the project
//TODO: Implement getInstance method
//TODO: implement encrypt method to encrypt the message
//TODO: implement decrypt method to decrypt the message
- https://medium.com/@josiassena/using-the-android-keystore-system-to-store-sensitive-information-3a56175a454b
- https://gist.github.com/JosiasSena/3bf4ca59777f7dedcaf41a495d96d984
- https://github.com/android/security-samples/tree/master/BiometricAuthentication/#readme
- https://developer.android.com/training/articles/keystore#kotlin