mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-08-01 11:40:32 +00:00
37 lines
1.1 KiB
Text
37 lines
1.1 KiB
Text
|
|
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
|