From 6ec31cfd22f10c412a05cf8c17f17886e0096680 Mon Sep 17 00:00:00 2001 From: Aidin Gharibnavaz Date: Sat, 23 Aug 2025 21:00:48 +1200 Subject: [PATCH] SimpleTextCrypt: Remove description from meta file --- metadata/com.aidinhut.simpletextcrypt.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/metadata/com.aidinhut.simpletextcrypt.yml b/metadata/com.aidinhut.simpletextcrypt.yml index 58edf1ab63..0a7b15b0d6 100644 --- a/metadata/com.aidinhut.simpletextcrypt.yml +++ b/metadata/com.aidinhut.simpletextcrypt.yml @@ -1,28 +1,12 @@ Categories: - Security License: GPL-3.0-or-later +AuthorName: Aidin Gharibnavaz SourceCode: https://github.com/aidin36/simpletextcrypt IssueTracker: https://github.com/aidin36/simpletextcrypt/issues Changelog: https://github.com/aidin36/simpletextcrypt/releases/ AutoName: SimpleTextCrypt -Description: |- - This app does not claim any permissions, so you can trust that it cannot send - any of your private data to anyone. - - Can You Trust it? Messages produces by this app is secure and can be - confidently send over a network, for example. It uses AES in CBC mode with PKCS5 - padding for encryption, and uses PBKDF2 with HMAC, SHA1 and a random Salt in - order to derive a secure key from the entered password. This is a very powerful - encryption. Also it encrypts its settings before storing them on the device. - - However, the app itself may not be very secure, and probably vulnerable to some - attacks. Although it is secure enough to stand attacks from non-expert crackers, - e.g. normal users, it should not be used for serious data encryption. - - Important Note: If you are updating from version 3.X to 4.X, please clean - your data after upgrade. (Settings -> App -> SimpleTextCrypt -> Clear Data). Or - else, the app won't work. RepoType: git Repo: https://github.com/aidin36/simpletextcrypt.git