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

Backup: cannot do unencrypted backups #1645

Closed
adrelanos opened this Issue Jan 16, 2016 · 1 comment

Comments

Projects
None yet
2 participants
@adrelanos
Member

adrelanos commented Jan 16, 2016

Leaving the password field empty is currently not possible. No matter if the 'encrypt' check box is checked or not. When the password field is empty, the button 'next' is deactivated.

A related issue is, that you can enter a password while the checkbox encrypt is unchecked. That does not make sense and is confusing. That field should ideally disappear then or if that is too hard, at least be deactivated.

Background:
Since I am already using linux cryptsetup/luks, I would like to do unencrypted backups for simplicity. Running into fewer bugs decrypting. Fewer chances for encryption software to mess up making all data unaccessible.

@adrelanos adrelanos changed the title from Qubes Backups: cannot do unencrypted backups to Backup: cannot do unencrypted backups Jan 16, 2016

@marmarek marmarek added the invalid label Jan 17, 2016

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jan 17, 2016

Member

This is intended behavior - even if backup is not encrypted, it is integrity protected, using that password as a key.

Member

marmarek commented Jan 17, 2016

This is intended behavior - even if backup is not encrypted, it is integrity protected, using that password as a key.

@marmarek marmarek closed this Jan 17, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment