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 Auto Name:SimpleTextCrypt
Summary:Encrypts plain text using AES256 Summary:Encrypts plain text using AES256
Description: Description:
'''Why another app?''' Most of the text encryption apps I found has had access This app does not claim any permissions, so you can trust that it cannot send
to the internet, and I couldn't trust them! Thus, I decided to write my own app. any of your private data to anyone.
'''Can You Trust it?''' This app is secure enough for i.e. sending messages to '''Can You Trust it?''' Messages produces by this app is secure and can be
your friends or encrypting your diaries. It uses AES in CBC mode with PKCS5 confidently send over a network, for example. It uses AES in CBC mode with PKCS5
padding, which is very powerful encryption. 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 However, the app itself may not be very secure, and probably volunteer to some
serious data encryption. 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.
''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 Type:git
@ -30,7 +28,12 @@ Build:3.2,7
subdir=app subdir=app
gradle=yes gradle=yes
Build:3.3,8
commit=v3.3
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:3.2 Current Version:3.3
Current Version Code:7 Current Version Code:8