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

Added 'easy-vault check-encrypted' command #58

Merged
merged 1 commit into from Apr 5, 2021

Conversation

andy-maier
Copy link
Owner

See commit message

Details:

* Added a 'easy-vault check-encrypted' command that checks whether the vault
  file is encrypted and exits with 1 if that is ot the case. This can be used
  for example if the vault file is stored in a repository to regularly check
  whether it is encrypted to ensure it has not been committed by mistake in the
  decrypted state. (issue #57)

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
@andy-maier andy-maier self-assigned this Apr 5, 2021
@andy-maier andy-maier added this to the 0.7.0 milestone Apr 5, 2021
@coveralls
Copy link

Coverage Status

Coverage decreased (-2.0%) to 70.917% when pulling a1aadbb on andy/check-encrypted into fad0ca2 on master.

@andy-maier andy-maier merged commit 9f55ed1 into master Apr 5, 2021
@andy-maier andy-maier deleted the andy/check-encrypted branch April 5, 2021 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add functionality to check and error out if the vault file is not encrypted
2 participants