From 5cea19078f4e6fc2a061c0a441f5a00e744650f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Drilon=20Re=C3=A7ica?= Date: Sun, 11 Aug 2019 20:17:23 +0200 Subject: [PATCH] Added SecureStorage to persistance.md Added adorsys/secure-storage-android to persistance.md --- libs/persistence.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/persistence.md b/libs/persistence.md index 33e8cfd..82e4db5 100644 --- a/libs/persistence.md +++ b/libs/persistence.md @@ -17,3 +17,5 @@ - A tiny lib (Less than 10 methods) to store constants where attackers will have a harder time to find. - [SafeRoom](https://github.com/commonsguy/cwac-saferoom) - CWAC-SafeRoom: A Room<->SQLCipher for Android Bridge +- [adorsys/secure-storage-android](https://github.com/adorsys/secure-storage-android) + - Use RSA encryption and Android Keystore to store strings & credentials securely on your device