From a9bbb46efe642b7000424a052f2416ba7b673324 Mon Sep 17 00:00:00 2001 From: Dorian Cussen Date: Thu, 7 Mar 2019 09:32:49 +0000 Subject: [PATCH] Update persistence.md --- libs/persistence.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/persistence.md b/libs/persistence.md index b3df63a..4ed10b4 100644 --- a/libs/persistence.md +++ b/libs/persistence.md @@ -14,3 +14,5 @@ - R2D2 Android uses Android Keystore to store passwords and other sensitive information for different API versions in an encrypted form. - [saantiaguilera/android-api-SecureKeys](https://github.com/saantiaguilera/android-api-SecureKeys/wiki) - 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