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

add encryption options #14

Open
dagrha opened this issue Jul 11, 2017 · 3 comments
Open

add encryption options #14

dagrha opened this issue Jul 11, 2017 · 3 comments
Assignees

Comments

@dagrha
Copy link
Owner

dagrha commented Jul 11, 2017

Default now is SHA-1 hashing and AES-128 cipher. 128 bit AES is probably enough but it would be nice to have the option of 256.

@dagrha dagrha self-assigned this Jul 11, 2017
@dagrha
Copy link
Owner Author

dagrha commented Jul 31, 2017

With most recent PR I've made some changes that will allow this in the future. The Keyfile class can take cipher and auth as kwargs but there's still no way for the user to change this with a command line argument. Won't be much longer before SHA2 and AES-256 are options.

@dagrha
Copy link
Owner Author

dagrha commented Nov 16, 2017

Thanks for those links, d4rkcat!

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

No branches or pull requests

2 participants