SimpleTextCrypt: Description updated according to the reviewer's feedback.

This commit is contained in:
Aidin Gharibnavaz 2015-12-07 20:21:02 +03:30
parent 281210225a
commit e6a001fb12

View file

@ -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