Ignore:
Timestamp:
08/26/14 18:37:44 (10 years ago)
Author:
tim
Message:

chosenct and http2py convenience fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/bletchley-http2py

    r70 r71  
    124124
    125125# from bletchley import blobtools,buffertools
     126# from bletchley import chosenct
    126127# from bletchley.CBC import *
    127128
     
    222223
    223224
    224 def fetch(data):
     225def fetch(data, other=None):
    225226    ret_val = False
    226227    connection = newConnection()
     
    250251# Byte-by-byte probing of ciphertext
    251252# 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)
    253254# print(result.toHTML())
    254255''')
Note: See TracChangeset for help on using the changeset viewer.