-
-
Notifications
You must be signed in to change notification settings - Fork 669
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
V6 Cryptography - Key wrapping explanation #2246
Comments
I totally agree with this and feel we should not only explain what key wrapping is, but also when it should be used. My attempt at this is as follows (please by all means give feedback on if you feel it is legitimate and usable)
|
Suggested edit: |
I (so far) do not really know/understand (but I shall do my homework and find the answer 😉) why key wrapping as a special construct is useful in contrast to encrypting the key with some general encryption method (with some authentication). Maybe this should be clarified here? |
It should, I'm just not sure if this is an Appendix addition over a requirement. |
...is key wrapping the same as envelope encryption? |
@jmanico related but not the same. Envelope encryption involves encrypting the data using a data encryption key (DEK) and encrypting the DEK using the key encryption key (KEK) hence the envelope analogy |
The text was updated successfully, but these errors were encountered: