Skip to content

Commit

Permalink
docs: remove incorrect info on enc ctx being required, thus allowing …
Browse files Browse the repository at this point in the history
…random data
  • Loading branch information
heitorlessa committed Dec 18, 2023
1 parent b5a0aef commit 07cf100
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/utilities/data_masking.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ Under the hood, we delegate a [number of operations](#encrypt-operation-with-enc

For a stronger security posture, you can add metadata to each encryption operation. This is known as encryption context. These are non-sensitive data that can help protect authenticity and integrity of your encrypted data.

!!! note "Encryption context will be required in [decryption operation](#decrypting-data)."
Make sure this metadata is standard and not random unless it's also available during decrypt operations.

!!! todo "Change encrypt/decrypt signature to allow fluid encryption context"
[We need an API change](https://github.com/aws-powertools/powertools-lambda-python/pull/3186#issuecomment-1860778334).

Expand Down

0 comments on commit 07cf100

Please sign in to comment.