Changeset 68 for trunk


Ignore:
Timestamp:
01/08/14 14:49:45 (10 years ago)
Author:
tim
Message:

more crib notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/bletchley-http2py

    r62 r68  
    247247# print(poa.probe_padding()) # sanity check
    248248# print(poa.decrypt())
     249
     250# Byte-by-byte probing of ciphertext
     251# ciphertext = blobtools.decode('{ encoding }', data)
     252# result = chosenct.probe_bytes(fetch, data, [1,2,4,8,16,32,64,128], max_threads=5)
     253# print(result.toHTML())
    249254''')
Note: See TracChangeset for help on using the changeset viewer.