ULYSSIS-KUL / ipp

i++: a relay run counting system
https://github.com/ULYSSIS-KUL/ipp
Other
12 stars 2 forks source link

Use signature for Publisher instead of full TLS #25

Closed bertvandepoel closed 1 year ago

bertvandepoel commented 7 years ago

Using a TLS tunnel/connection is much more wasteful than just signing with RSA. This could potentially also open up the possibility of using UDP instead of TCP.

MichielDerhaeg commented 7 years ago

Or use AES-GCM or a MAC so you just need matching passwords passed as argumentat both sides.