Merge branch 'simpletextcrypt' into 'master'
New App: SimpleTextCrypt See merge request !1084
This commit is contained in:
commit
cd8aadaa69
39
metadata/com.aidinhut.simpletextcrypt.txt
Normal file
39
metadata/com.aidinhut.simpletextcrypt.txt
Normal file
|
@ -0,0 +1,39 @@
|
|||
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:
|
||||
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, which is a very powerful encryption. Also it encrypts its settings
|
||||
before storing them on the device, which contains the encryption key.
|
||||
|
||||
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
|
||||
Repo:https://github.com/aidin36/simpletextcrypt.git
|
||||
|
||||
Build:3.2,7
|
||||
commit=v3.2
|
||||
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.3
|
||||
Current Version Code:8
|
Loading…
Reference in a new issue