Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Encrypt file names and album names #376

Open
timkrief opened this issue Oct 7, 2024 · 2 comments
Open

[Feature] Encrypt file names and album names #376

timkrief opened this issue Oct 7, 2024 · 2 comments
Labels
feature A new feature or a feature request

Comments

@timkrief
Copy link

timkrief commented Oct 7, 2024

Is your feature request related to a problem? Please describe.
File names and folder/album names are in plain text in database and backup.

Describe the solution you'd like
Encrypt this information in database and backup.

Describe alternatives you've considered
Option to randomize file names at import?

@timkrief timkrief added the feature A new feature or a feature request label Oct 7, 2024
@timkrief
Copy link
Author

If one want to encrypt only the meta.json they have to rezip the entire backup which can be really long. Would it be possible to have the backup not zipped? (it could even open the door to iterative backups) The restore could be the same with an extra step from the user side to zip everything on their own (or even accept a non zipped folder as possible restore option).

@timkrief
Copy link
Author

Plus a non zipped backup could allow people with OTG fat32 USB stick to backup more than 4Go of total data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or a feature request
Projects
None yet
Development

No branches or pull requests

1 participant