finwo / ws-rc4

RC4-encrypted websocket library
Other
1 stars 0 forks source link

keyless use #5

Open finwo opened 4 years ago

finwo commented 4 years ago

To allow more generic use of this library, it should be able to run without encryption as well, allowing keys to be set during a connection. This then allows a regular connection to add encryption later based on any key negotiation protocol.

finwo commented 4 years ago

Maybe implement something like randomized diffie-hellman if no key was given?