-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
AES key size is restricted to block size (16) #7
Comments
@abedra Good catch! I've allowed both 128 and 256 now and changed the default to 256. |
Thanks! |
jeffwecan
added a commit
to jeffwecan/vault
that referenced
this issue
Nov 7, 2018
…orking_thingys [SRE-1071] Terraform Managed Development Vault Networking
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/hashicorp/vault/blob/master/vault/barrier_aes_gcm.go#L70-L73
This restricts the encryption to 128. A key size of 256 bits is perfectly acceptable as well. Is there a reason why it is restricted this way?
The text was updated successfully, but these errors were encountered: