masa-finance / masa-oracle

Masa Oracle: Decentralized Data Protocol 🌐
https://developers.masa.ai/docs/masa-protocol/welcome
MIT License
24 stars 19 forks source link

Encrypt all the traffic between the nodes within TEE and Product Keys #600

Open mudler opened 1 month ago

mudler commented 1 month ago

Is your feature request related to a problem? Please describe. IF a malicious user somehow manages to break e2e encryption of libp2p or finds a way to inject messages to the network, it would be possible to write messages that are accepted by other nodes

Describe the solution you'd like To increase the security posture it would be better to seal and encrypt every message with the Product Key of the TEE, so only signed binaries can decrypt the packets sent over the network

Describe alternatives you've considered

Additional context