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

feat(microservices): Reading AES256 Protected Data #840

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

AlexCuse
Copy link
Contributor

Add note on decrypting payloads protected with AESProtection. Include
python code from TAF as an example.

Fixes #784

Signed-off-by: Alex Ullrich [email protected]

If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-docs/blob/main/.github/Contributing.md

PR Checklist

Please check if your PR fulfills the following requirements:

  • Changes have been rendered and validated locally using mkdocs-material (see edgex-docs README)

Add note on decrypting payloads protected with AESProtection.  Include
python code from TAF as an example.

Fixes edgexfoundry#784

Signed-off-by: Alex Ullrich <[email protected]>
@AlexCuse
Copy link
Contributor Author

I fixed formatting on some markdown tables (they were giving my editor fits) and fixed one typo I noticed in this PR as well.

Copy link
Member

@lenny-goodell lenny-goodell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thanks for adding this!

@lenny-goodell lenny-goodell merged commit 64530d4 into edgexfoundry:main Aug 22, 2022
edgex-jenkins added a commit that referenced this pull request Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[App SDK Docs] Document how to decrypt data from the AES256 encrypt function
2 participants