Hacker News new | ask | show | jobs
by upofadown 2129 days ago
Signal traditionally had an easy to get encryption key for the local encryption. Now there is a PIN but I don't think it is any protection against having access to the disk. The signal people would prefer that that you deal with the end point security yourself, because they really can't do much there.
1 comments

Indeed, the PIN is just for SVR. Exported message logs on Android use separate, client-generated, 30-digit, PINs.

Unless the OS+HW provide API for some sort of TPM, it's not possible to provide strong protection for app databases without asking for strong password every time the app is opened. Android has had some sort of sandboxing for a while but it's not comparable to secure enclaves etc. AFAIK.