Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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:

[Get it on F-Droid](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.