diff --git a/Home.md b/Home.md index 7267fb9..583b120 100644 --- a/Home.md +++ b/Home.md @@ -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. -----