SimpleTextCrypt: initial version.
This commit is contained in:
parent
9ca657e871
commit
281210225a
36
metadata/com.aidinhut.simpletextcrypt.txt
Normal file
36
metadata/com.aidinhut.simpletextcrypt.txt
Normal file
|
@ -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
|
Loading…
Reference in a new issue