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

Verify if encryption can be added to body like App does #70

Open
thomluther opened this issue Mar 11, 2024 · 2 comments
Open

Verify if encryption can be added to body like App does #70

thomluther opened this issue Mar 11, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@thomluther
Copy link
Owner

The App encrypts also request bodies via ECDH like login requests.
This is indicated by additional header fields.
Verify if encrypted bodies can be used by the API library as well.

@thomluther thomluther added the enhancement New feature or request label Mar 11, 2024
@thomluther thomluther added this to the 1.8 milestone Mar 31, 2024
@thomluther
Copy link
Owner Author

See details in Question about encryption & (hopefully) some useful data #18

@thomluther thomluther removed this from the 1.8 milestone Apr 16, 2024
@thomluther
Copy link
Owner Author

First review shows that it does not seem to be easy to find how the ECDH encryption keys are used for the additional header fields.
Most likely the request is encrypted, but there is also an excrypted indent field that might be required which part of which field/key to be used for the encryption.
Testing will not be continued for the time being.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant