Security › DroidCrypt
thumb_up Follow me on GitHub to get notifications about my projects (like Fossdroid Core), thanks! close

DroidCrypt

A file and text encryption tool for Android
Version: 1.0
Added: 13-10-2024
Updated: 13-10-2024
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
code Source file_download Download