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

Encrypted SoftwareUpdatable v2 artifacts support #61

Open
konstantina-gramatova opened this issue Sep 29, 2022 · 0 comments
Open

Encrypted SoftwareUpdatable v2 artifacts support #61

konstantina-gramatova opened this issue Sep 29, 2022 · 0 comments
Labels
security Security improvement task Single unit of work

Comments

@konstantina-gramatova
Copy link
Contributor

To achieve the desired support, utilizing the metadata provided per SoftwareModule in a SoftwareUpdatabale v2 action can be done in the following manner:

  • A secure enough algorithm is applied for the transferred (de)encryption data - e.g. AES-256 GCM
  • The key material is made available as base 64 encoded values in the generic metadata dictionary with appropriate distinctive keys, i.e.
    • AES256.key
    • AES256.iv

E.g.:

"metaData": {
  "AES256.key": "AxS5kSOpU2BEsHotpy67nP4lndr/io4XmI9GqO/DFuo=",
  "AES256.iv": "G0kMVI5lOqqlfgTt"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security Security improvement task Single unit of work
Projects
Status: Todo
Development

No branches or pull requests

3 participants