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

Privacy level #215

Open
radumarias opened this issue Sep 25, 2024 · 0 comments
Open

Privacy level #215

radumarias opened this issue Sep 25, 2024 · 0 comments
Labels
Milestone

Comments

@radumarias
Copy link
Owner

radumarias commented Sep 25, 2024

This controls the privacy level in the way of how we hide the data like file size, files count, directory structure.

Levels

Standard
- name padding: add padding to files and dirs names so that all have the same encrypted length

Partial
- minimal impact on disk overhead
- add some dummy data to chunks files
- add some dummy file chunks
- add some dummy folders

Hide everything
- considerable impact on disk overhead, will use quite more space
- add quite large random number of dummy data to chunks files
- add add quite big random number of dummy file chunks
- add add quite big random number of dummy folders

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

1 participant