ikbencasdoei / godot-voip

godot-voip is a Godot Engine addon which makes it very easy to setup a real-time voice-chat system in your Godot game. This addon also includes a demo project.
https://godotengine.org/asset-library/asset/425
MIT License
194 stars 13 forks source link

[Feature Request] - encryption #20

Closed Gamemap closed 2 years ago

Gamemap commented 2 years ago

Add an encryption for the voice chat so that no one can eavesdrop on the voice chat. This Minecraft plugin uses the AES encryption so maybe it is possible to use it too. Minecraft Plugin: https://github.com/henkelmax/simple-voice-chat Godot Documentation: https://docs.godotengine.org/de/stable/classes/class_aescontext.html

I don't know how performant and how necessary it is, but maybe you could set it up as a separate branch or add a small documentation where it could be added.

ikbencasdoei commented 2 years ago

Godot engine networking also has an option for encryption (which will also encrypt this plugins voice data). I suggest try using that.