Photo encryption iOS app soft launched, would you use it?

1 points by satanworker ↗ HN
It all started with .zip archive under password, for years I was using it to store personal photos, but it never worked well on mobile, so I started looking for apps. Requirements were simple:

- Solid local encryption - Lifetime purchase option - Photos should be stored on my device, no 3rd party servers - Good mobile UX

That’s not unreasonable expectations in my opinion, but I didn’t find anything close,

There a roughly 2 extremes

One, with nice UX, subscription and weak encryption promises. We’ll store your data on our server and encrypt it hard, they say

Other, like Cryptomator with solid encryption, but with the goal more towards desktop UX. photos are not decrypted on the fly, click, decrypt, go back

Both options were not a good enough fit for me, so I started working on the prototype.

Compromises should be made

I knew there should be a reason why there is no such an app. So I started with simple constrains. It’ll work on apple platform only and will utilize whatever best tools iOS and macOS has. Performance and security are critical, so I don’t want to deal with cross-platform problems.

And fast-forward 16 months I have an app which is fully written on SwiftUI has simple yet solid encryption

You enter password → password sha256 hash generates → chachapoly private key generates based on hash → files decrypted

Password is not stored anywhere, files are either local or in iCloud, no limit on server space, since there is no server and hacker need to steal both your files and your password to unlock it.

https://safespace.is/ ----

Pls check it yourselves safespace.is

P.S. That’s my first hackernews post, so I know community here is notoriously tough, so I really want to stress test that idea :)

0 comments

[ 3.7 ms ] story [ 12.5 ms ] thread

No comments yet.