Simple Text Crypt
+ Dependencies are upgraded
+ Functionality of the app didn't change
any of your private data to anyone.
Messages produced by this app are secure and, for example, can be
confidently sent over a network. It uses AES in GCM mode with no padding for
encryption. It uses Argon2 and a random Salt to derive a secure key from the
entered passphrase.
This is a very powerful encryption. It also encrypts its settings before storing
them on the device.
However, the app might be vulnerable to some attacks. Although it is secure
enough to stand attacks from non-expert crackers, e.g. normal users,
should not be used for serious data encryption.
Upgrading from 4.x to 5.x
The encryption of the settings is changed. The app should be able to detect the
old settings and upgrade them with the new encryption algorithm. However, it's
a good idea to back-up your passphrase. (Well, it's generally a good idea to
back-up encryption keys and passwords in a secure place).
If the app didn't work after upgrade, uninstall and install it again.
- Автор: Aidin Gharibnavaz
- Лицензия: GNU General Public License v3.0 or later
- Отслеживание проблем
- Исходный код
- Список изменений
- Метаданные сборки
- Статус воспроизводимости
Версии
Можно выбрать загрузку приложения в виде APK (доступно по ссылкам ниже), однако следует помнить, что при такой установке вы не сможете получать уведомления об обновлениях, и что это менее безопасный способ скачивания. Советуем установить приложение F-Droid и использовать его.
Скачать-
arm64-v8aarmeabi-v7ax86x86_64Для этой версии требуется Android 8.0 или новее.
Собрано и подписано F-Droid, и гарантированно соответствует исходному коду из архива.
Скачать APK 2 МиБ Подпись PGP | Журнал сборки
-
arm64-v8aarmeabi-v7ax86x86_64Для этой версии требуется Android 8.0 или новее.
Собрано и подписано F-Droid, и гарантированно соответствует исходному коду из архива.
Скачать APK 1.7 МиБ Подпись PGP | Журнал сборки
-
Для этой версии требуется Android 4.4 или новее.
Собрано и подписано F-Droid, и гарантированно соответствует исходному коду из архива.
Скачать APK 4.7 МиБ Подпись PGP | Журнал сборки
Key deriving algorithm also upgraded from PBKDF2 to Argon2.
A "Legacy Decrypt" button added so user can decrypt messages that were encrypted
with the older versions.


