Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umutcamliyurt/droidcrypt
A file and text encryption tool for Android
https://github.com/umutcamliyurt/droidcrypt
aes-256-gcm android-encryption opsec privacy scrypt security security-tools
Last synced: about 6 hours ago
JSON representation
A file and text encryption tool for Android
- Host: GitHub
- URL: https://github.com/umutcamliyurt/droidcrypt
- Owner: umutcamliyurt
- License: mit
- Created: 2024-09-11T17:19:37.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-21T08:35:40.000Z (29 days ago)
- Last Synced: 2024-10-21T11:33:57.247Z (29 days ago)
- Topics: aes-256-gcm, android-encryption, opsec, privacy, scrypt, security, security-tools
- Language: Java
- Homepage:
- Size: 195 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DroidCrypt
## Description:
File and text encryption in Android offers crucial benefits in protecting sensitive data. By encrypting files and text, users can prevent unauthorized access, ensuring confidentiality and privacy. This is especially vital in a world where mobile devices often contain personal, financial, and business-related information. Encryption adds an additional layer of security, preventing malicious actors from intercepting or tampering with data, thus mitigating the risk of data breaches and identity theft.
## Features:
- Uses AES-256-GCM for encryption
- Uses Scrypt for key derivation with CPU/Memory cost of 32768, block size of 16, and parallelization of 4
- Built in Java
## Installation:
### Option 1:
[](https://f-droid.org/packages/com.nemesis.droidcrypt/)
### Option 2:
Download the latest APK from the [Releases Section](https://github.com/umutcamliyurt/DroidCrypt/releases/latest).
### Option 3:
Build it yourself using [Android Studio](https://developer.android.com/studio).
## Screenshots:
## License
Distributed under the MIT License. See `LICENSE` for more information.