diff options
Diffstat (limited to 'netsec-assignment5-S4498062/exercise3/exercise3b')
-rw-r--r-- | netsec-assignment5-S4498062/exercise3/exercise3b | 6 |
1 files changed, 6 insertions, 0 deletions
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. + |