-
Notifications
You must be signed in to change notification settings - Fork 228
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
feat(key-manager): add documentation for GA #4169
base: main
Are you sure you want to change the base?
Conversation
identity-and-access-management/key-manager/api-cli/encrypt-decrypt-data-with-km-dek.mdx
Outdated
Show resolved
Hide resolved
...-and-access-management/key-manager/api-cli/encrypt-decrypt-keys-with-streaming-aead-tink.mdx
Outdated
Show resolved
Hide resolved
...-and-access-management/key-manager/api-cli/encrypt-decrypt-keys-with-streaming-aead-tink.mdx
Outdated
Show resolved
Hide resolved
...-and-access-management/key-manager/api-cli/encrypt-decrypt-keys-with-streaming-aead-tink.mdx
Outdated
Show resolved
Hide resolved
identity-and-access-management/key-manager/api-cli/manage-keys-with-tink.mdx
Outdated
Show resolved
Hide resolved
...y-and-access-management/key-manager/reference-content/differences-key-and-secret-manager.mdx
Outdated
Show resolved
Hide resolved
...y-and-access-management/key-manager/reference-content/differences-key-and-secret-manager.mdx
Outdated
Show resolved
Hide resolved
...y-and-access-management/key-manager/reference-content/differences-key-and-secret-manager.mdx
Outdated
Show resolved
Hide resolved
identity-and-access-management/key-manager/reference-content/understanding-key-manager.mdx
Outdated
Show resolved
Hide resolved
identity-and-access-management/key-manager/reference-content/understanding-key-manager.mdx
Outdated
Show resolved
Hide resolved
identity-and-access-management/key-manager/api-cli/encrypt-decrypt-data-with-km-dek.mdx
Outdated
Show resolved
Hide resolved
identity-and-access-management/key-manager/api-cli/encrypt-decrypt-data-with-km-dek.mdx
Outdated
Show resolved
Hide resolved
identity-and-access-management/key-manager/api-cli/encrypt-decrypt-data-with-km-dek.mdx
Outdated
Show resolved
Hide resolved
identity-and-access-management/key-manager/api-cli/encrypt-decrypt-data-with-km-dek.mdx
Outdated
Show resolved
Hide resolved
identity-and-access-management/key-manager/api-cli/create-dek-api-cli.mdx
Show resolved
Hide resolved
identity-and-access-management/key-manager/api-cli/create-dek-api-cli.mdx
Outdated
Show resolved
Hide resolved
identity-and-access-management/key-manager/api-cli/encrypt-decrypt-data-with-km-dek.mdx
Outdated
Show resolved
Hide resolved
identity-and-access-management/key-manager/api-cli/encrypt-decrypt-data-with-km-dek.mdx
Outdated
Show resolved
Hide resolved
identity-and-access-management/key-manager/api-cli/encrypt-decrypt-data-with-km-dek.mdx
Outdated
Show resolved
Hide resolved
identity-and-access-management/key-manager/api-cli/encrypt-decrypt-data-with-km-dek.mdx
Show resolved
Hide resolved
|
||
Ciphertext refers to data that has been encrypted using a cryptographic algorithm and a key. | ||
|
||
Unlike [plaintext](#plaintext), ciphertext is not human-readable and cannot be understood or used without first decrypting it with the appropriate decryption key. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to add that ciphertext can be encrypted on client side, as long as the encryption key used to encrypt it is safely stored, for example in Key Manager
Using a unique DEK for each piece of plaintext ensures that even if one DEK is compromised, it does not affect the security of other encrypted data. | ||
|
||
## Use Key Manger to encrypt your DEKs only | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Key ManAger (a is missing)
|
||
<Macro id="encryption" /> | ||
|
||
The following parameters, in compliance with the [recommendations of ANSSI](https://cyber.gouv.fr/publications/mecanismes-cryptographiques), are used when creating and using a key with the `AES-256 GCM` [encryption scheme](/identity-and-access-management/key-manager/concepts/#encryption-scheme). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should say what ANSSI is, the French national agency for Information Security
No description provided.