Feature #1808
use IOCipher for all working data
Status: | New | Start date: | 08/30/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Component: |
Description
All of the working data in ObscuraCam should be stored in an encrypted format to avoid leaking sensitive data, like the unredacted region or the unstripped metadata.
Here's a sketch of how to do it:- for each new image, create a new IOCipher disk
- generate new random password for IOCipher and cache it in memory
- take or import picture
- run redaction
- export results via share/
SEND
and/or the save funtion - once complete, wipe RAM and delete IOCipher disk
Related issues