From 5667cc3df79242093f6fe56521785b7b28b45005 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 13 Oct 2015 20:59:20 +0200 Subject: Assignment 5 --- netsec-assignment5-S4498062/exercise3/exercise3b | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 netsec-assignment5-S4498062/exercise3/exercise3b (limited to 'netsec-assignment5-S4498062/exercise3/exercise3b') diff --git a/netsec-assignment5-S4498062/exercise3/exercise3b b/netsec-assignment5-S4498062/exercise3/exercise3b new file mode 100644 index 0000000..34d75bf --- /dev/null +++ b/netsec-assignment5-S4498062/exercise3/exercise3b @@ -0,0 +1,6 @@ +The QID is a 16-bit random string, so we have a chance of 1 over 2^16 to guess +it correctly. + +If we also use port randomisation, we have to guess 16+16=32 bits, giving us a +1 over 2^32 chance. + -- cgit v1.2.3