diff options
author | Camil Staps | 2015-10-13 20:59:20 +0200 |
---|---|---|
committer | Camil Staps | 2015-10-13 20:59:20 +0200 |
commit | 5667cc3df79242093f6fe56521785b7b28b45005 (patch) | |
tree | 4c7340b4a16f2b2960e6d6480cdfd82e29d072c4 /netsec-assignment5-S4498062/exercise3/exercise3b | |
parent | Finish assignment 4 (diff) |
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. + |