From 190f4c3735eaa1788d651099354a74310db5b8fa Mon Sep 17 00:00:00 2001 From: Artem Date: Sat, 4 Dec 2021 04:25:27 +0200 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e12846f --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# private-photo +An Android app to keep photos encrypted. + +Uses a password to derive an encryption/decryption key. + +Designed to be able to have separate passwords for each photo. + +Photos do not go anywhere outside the app and are saved encrypted with AES-256/CBS thus are not visible in the Gallery or any other app. + +Essential minimum of permissions are required (only Camera at the moment).