Changeset 85
- Timestamp:
- 08/21/15 12:38:54 (9 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
README.wiki
r84 r85 4 4 5 5 Bletchley is currently in the early stages of development and consists of tools which provide: 6 7 8 9 6 * Automated token encoding detection (36 encoding variants) 7 * Passive ciphertext block length and repetition analysis 8 * Script generator for efficient automation of HTTP requests 9 * A flexible, multithreaded padding oracle attack library with CBC-R support 10 10 11 11 As the framework matures, the following additional features are currently anticipated: 12 13 14 12 * Passive binary structure detection 13 * Automated chosen ciphertext probes 14 * Tools to analyze and exploit other flaws, such as asymmetric algorithm and hash misuse 15 15 16 16 -
wiki/Overview.wiki
r83 r85 1 1 Here you will find a brief overview of the tools and libraries provided by Bletchley. For further details, see the individual tool usage statements, pydoc documentation, and of course the <a href="https://github.com/ecbftw/bletchley">source code</a>. 2 3 *Contents*4 <wiki:toc max_depth="2" />5 2 6 3 = Installation =
Note: See TracChangeset
for help on using the changeset viewer.