AdamISZ / CoinSwapCS

Simple implementation of Bitcoin CoinSwap, client-server
GNU General Public License v3.0
31 stars 14 forks source link

DOS / snooping / blocking malicious access #39

Open AdamISZ opened 7 years ago

AdamISZ commented 7 years ago

One trivial point is to ensure no security leaks from arbitrary server access.

More important, considering DOS/snooping generally from client-> server. We don't want:

AdamISZ commented 7 years ago

b4c3d12238b453bfd4276f0e9c0a2553c8b34ea9 is addressing the first point in the above.