Changeset 71 for trunk/bin/bletchley-http2py
- Timestamp:
- 08/26/14 18:37:44 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/bletchley-http2py
r70 r71 124 124 125 125 # from bletchley import blobtools,buffertools 126 # from bletchley import chosenct 126 127 # from bletchley.CBC import * 127 128 … … 222 223 223 224 224 def fetch(data ):225 def fetch(data, other=None): 225 226 ret_val = False 226 227 connection = newConnection() … … 250 251 # Byte-by-byte probing of ciphertext 251 252 # ciphertext = blobtools.decode('{ encoding }', data) 252 # result = chosenct.probe_bytes(fetch, data, [1,2,4,8,16,32,64,128], max_threads=5)253 # result = chosenct.probe_bytes(fetch, ciphertext, [1,2,4,8,16,32,64,128], max_threads=5) 253 254 # print(result.toHTML()) 254 255 ''')
Note: See TracChangeset
for help on using the changeset viewer.