From 5aafc7e411d0b415078bd2e146d1377a62049524 Mon Sep 17 00:00:00 2001 From: Binondi Date: Thu, 5 Jun 2025 21:34:23 +0530 Subject: [PATCH] Added - file encryption using room db. --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 409b759..be4f726 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -157,6 +157,6 @@ Decrypt Files Encrypt Decrypt - Warning: This will encrypt the selected files. The original files will be deleted after successful encryption. Make sure to do this. Do you want to continue? + Warning: This will encrypt the selected files. The original files will be deleted after successful encryption. Make sure to decrypt all the files if you are uninstalling the application otherwise all your encrypted files will be lost. Do you want to continue? Warning: This will decrypt the selected files. The encrypted files will be deleted after successful decryption. Make sure to do this. Do you want to continue? \ No newline at end of file