Skip to content

Releases: nknorg/encrypted-stream

v1.0.1

10 Oct 06:18
Compare
Choose a tag to compare

Add sequential nonce and direction to prevent MITM attack

  • Support sequential nonce to prevent replay, re-order and packet drop attack
  • Add stream direction (initiator) to prevent reflection attack
  • Compatibility with old version is achieved through DisableNonceVerification config

v1.0.0

06 Jul 04:39
Compare
Choose a tag to compare
Reduce max message size from max uint32 to max int32

Signed-off-by: Yilun <zyl.skysniper@gmail.com>