Update page 'Home'

Russtopia 2018-11-29 17:33:12 -08:00
parent 9900927ad7
commit 80b6477475
1 changed files with 1 additions and 1 deletions

@ -27,7 +27,7 @@ Upon `Dial()`, the key exchange is initiated (whereby client and server independ
Above the `hkexnet.Conn` layer the server and client (`hkexshd` and `hkexsh`) negotiate session settings (cipher/hmac algorithm, interactive/non-interactive, etc.) to be used for further communication.
Packets are subject to random padding, and (optionally) the client and server channels both send _chaff_ packets at random defineable intervals, of a configurable random size range, to help thwart analysis of the encrypted session (both its contents and its timing, eg., interactive shell and keyboard activity). Padding is applied as either a prefix or suffix to the ciphertext to further complicate analysis.
Packets are subject to random padding, and (optionally) the client and server channels both send _chaff_ packets at random defineable intervals, of a configurable random size range, to help thwart analysis of the encrypted session (both its contents and its timing, eg., interactive shell and keyboard activity). Padding is applied as either (again randomly) a prefix or suffix to the ciphertext to further complicate analysis.
-----