From 281210225ad0c58fdb4ada5e7c6dea46c3341002 Mon Sep 17 00:00:00 2001 From: Aidin Gharibnavaz Date: Sun, 6 Dec 2015 22:17:54 +0330 Subject: [PATCH 1/2] SimpleTextCrypt: initial version. --- metadata/com.aidinhut.simpletextcrypt.txt | 36 +++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 metadata/com.aidinhut.simpletextcrypt.txt diff --git a/metadata/com.aidinhut.simpletextcrypt.txt b/metadata/com.aidinhut.simpletextcrypt.txt new file mode 100644 index 0000000000..2bf33d9900 --- /dev/null +++ b/metadata/com.aidinhut.simpletextcrypt.txt @@ -0,0 +1,36 @@ +Categories:Security +License:GPLv3+ +Web Site: +Source Code:https://github.com/aidin36/simpletextcrypt +Issue Tracker:https://github.com/aidin36/simpletextcrypt/issues + +Auto Name:SimpleTextCrypt +Summary:Encrypts plain text using AES256 +Description: +'''Why another app?''' Most of the text encryption apps I found has had access +to the internet, and I couldn't trust them! Thus, I decided to write my own app. + +'''Can You Trust it?''' This app is secure enough for i.e. sending messages to +your friends or encrypting your diaries. It uses AES in CBC mode with PKCS5 +padding, which is very powerful encryption. + +However, I'm not a security expert, so I don't recommend using this app for +serious data encryption. + +''This program is Free Software, and distributed in the hope that it will be +useful, but WITHOUT ANY WARRANTY. See the GNU General Public License for more +details.'' +. + +Repo Type:git +Repo:https://github.com/aidin36/simpletextcrypt.git + +Build:3.2,7 + commit=v3.2 + subdir=app + gradle=yes + +Auto Update Mode:Version v%v +Update Check Mode:Tags +Current Version:3.2 +Current Version Code:7 From e6a001fb127bf59b022639ede7d891214286cc83 Mon Sep 17 00:00:00 2001 From: Aidin Gharibnavaz Date: Mon, 7 Dec 2015 20:21:02 +0330 Subject: [PATCH 2/2] SimpleTextCrypt: Description updated according to the reviewer's feedback. --- metadata/com.aidinhut.simpletextcrypt.txt | 29 +++++++++++++---------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/metadata/com.aidinhut.simpletextcrypt.txt b/metadata/com.aidinhut.simpletextcrypt.txt index 2bf33d9900..aace7bdf95 100644 --- a/metadata/com.aidinhut.simpletextcrypt.txt +++ b/metadata/com.aidinhut.simpletextcrypt.txt @@ -7,19 +7,17 @@ Issue Tracker:https://github.com/aidin36/simpletextcrypt/issues Auto Name:SimpleTextCrypt Summary:Encrypts plain text using AES256 Description: -'''Why another app?''' Most of the text encryption apps I found has had access -to the internet, and I couldn't trust them! Thus, I decided to write my own app. +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?''' This app is secure enough for i.e. sending messages to -your friends or encrypting your diaries. It uses AES in CBC mode with PKCS5 -padding, which is very powerful encryption. +'''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, which is a very powerful encryption. Also it encrypts its settings +before storing them on the device, which contains the encryption key. -However, I'm not a security expert, so I don't recommend using this app for -serious data encryption. - -''This program is Free Software, and distributed in the hope that it will be -useful, but WITHOUT ANY WARRANTY. See the GNU General Public License for more -details.'' +However, the app itself may not be very secure, and probably volunteer 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. . Repo Type:git @@ -30,7 +28,12 @@ Build:3.2,7 subdir=app gradle=yes +Build:3.3,8 + commit=v3.3 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:3.2 -Current Version Code:7 +Current Version:3.3 +Current Version Code:8