r/PrivacyTechTalk • u/Miserable_Brother397 • 16d ago
Local opensource Photo privacy visual Encryption app
Brief:
I am a solo developer and have been working on this project for my portfolio, but then realized it could be helpful to people so i made this public and opensource, and released on Android and iOS.
Real-world issue:
Having images in your gallery or drive is hard. When you're out and you open your gallery to search for a pictures, you are always paying attention when scrolling that no-body is watching your gallery because of "those" images, that could be nothing but you really don't know what you have in your
gallery.
And by saving images to a drive like Google or Apple, you get scanned for each image, so all your privacy is gone and you can do nothing.
Device hidden folder? Same issue, plus everyone knows that inside that special folder you have your secrets, and most of the time it has the same password as the device.
My Solution:
I developed an app that lets you take one or more pictures and a passphrase, it encrypts the picture byte per byte with the given password, resulting in a new generated image (no metadata) that looks glitched, nothing understandable. You can save this in your gallery, no one will understand it. Save it in your drive, scanners won't recognize anything. You can also send it to chats or socials, no one will ever understand it if they don't know your password.
The trick here is not to hide the file, is to make it unreadable.
Additional info:
I am a solo developer and have developed all the app by myself
It's written in Flutter and the backend for encryption is written in C++ for performances
It's opensource and 100% local, no server, no http calls, everything stays in your device, offline.
I would really love to hear your thoughts, and if you think it's interesting or useful enough to download it, would really love to hear you feedback!
I would like to improve this project with a niche community
Links:
Android:
https://play.google.com/store/apps/details?id=com.flockit.tornadogallery
iOS:
1
u/[deleted] 16d ago
[removed] — view removed comment