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

Encryption Brick #486

Open
jerome-jutteau opened this issue Apr 12, 2019 · 0 comments
Open

Encryption Brick #486

jerome-jutteau opened this issue Apr 12, 2019 · 0 comments
Labels

Comments

@jerome-jutteau
Copy link
Contributor

jerome-jutteau commented Apr 12, 2019

The idea is simple: provide a security layer to Packetgraph.

This basic brick could be used at different level and may be used instead of IPSEC brick depending of the context.

A first basic POC would be to simply have a single pre-shared secret:

  • A packet which enters un-encrypted get encrypted using a symmetrical key.
  • A packet which enters encrypted get decrypted using the same key.
  • This would require a special header to identify encryption context id and signing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant