From 0be6d65ca7e34d0905e163bf8fcb008af2e8aad4 Mon Sep 17 00:00:00 2001 From: Tahir Date: Sat, 3 May 2025 23:01:47 +0200 Subject: [PATCH] Add FilesCrypter - Android file encryption library --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 720cdbf..4d30669 100644 --- a/readme.md +++ b/readme.md @@ -132,6 +132,7 @@ Awesome-Android is an amazing list for people who need a certain feature on thei - [libsignal-protocol-java](https://github.com/signalapp/libsignal-protocol-java) - A ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging environments. - [Themis](https://github.com/cossacklabs/themis) - Multi-language framework for making typical encryption schemes easy to use: data at rest, authenticated data exchange, transport protection, authentication, and so on. +- [FilesCrypter](https://github.com/smtrz/FilesCrypter) - A lightweight Kotlin library for encrypting and decrypting large files on Android using AES . ### GUI