‐IDEAS - glenw921/TripleCrypt GitHub Wiki
-
File storage and backup tracking...
- Store files in IndexedDB blobs AND in new .3cV file with every save? This could be annoying if browser always asks for permission to save file... . This is risky because all could be lost if browser cache is cleared, but it provides for temporary "saves" of edits. . If users backup every time they edit isn't this useless? . DECISION: Yes, save in IndexedDB, but also ALWAYS save
- Prompt user to do backups, ask if they did the back up and where they put it. Track backup names, dates, and locations.
- Remind users to make a new backup if they change any data. Tell them which backups are out of date.
- All data related to back-up tracking should be encrypted.
-
Settings:
- Option: "Warn me of unsaved changes before closing."