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

Refactor MessageEnvelope to encrypt the MessageType #32

Open
pimotte opened this issue Apr 19, 2019 · 1 comment
Open

Refactor MessageEnvelope to encrypt the MessageType #32

pimotte opened this issue Apr 19, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@pimotte
Copy link
Contributor

pimotte commented Apr 19, 2019

Currently, the MessageType is sent in plain text.

This should be included in the payload. There should be a plaintext indicator of the type of encryption (Anoncrypted vs Authcrypted) to hint the receiver what they will need to do to decrypt. Then the more specific MessageType can be part of the encrypted payload.

@pimotte pimotte added enhancement New feature or request help wanted Extra attention is needed labels Apr 19, 2019
@pimotte
Copy link
Contributor Author

pimotte commented Apr 29, 2019

This should be done by migrating away from indy_crypto_anon_crypt to indy_pack_message

(Since the latter is deprecated, see #36)

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

No branches or pull requests

1 participant