Last change
on this file since 15 was
15,
checked in by tmorgan, 12 years ago
|
rewrote POA library to be more stateful, and more frugal with numbers of requests
|
File size:
858 bytes
|
Rev | Line | |
---|
[3] | 1 | * PaddingOracle |
---|
| 2 | - configurable number of threads sending requests in parallel |
---|
| 3 | - better integration of PKCS5 padding in reencryption? |
---|
| 4 | - need to reorganize the modules/class locations at all to make it |
---|
| 5 | less cumbersome to import? |
---|
| 6 | - change print statements to configurable debug statements |
---|
| 7 | |
---|
[10] | 8 | * Codetective |
---|
| 9 | Consider using parts of this, if useful |
---|
| 10 | https://github.com/blackthorne/Codetective |
---|
| 11 | |
---|
| 12 | * nextrand |
---|
| 13 | - Expand capabilities to handle nextInt calls with arguments |
---|
| 14 | - Transition code to a library that could be called by Python |
---|
[11] | 15 | |
---|
| 16 | * analyze |
---|
| 17 | - add options to override decoding chain and block size |
---|
[15] | 18 | |
---|
| 19 | |
---|
| 20 | * Consider using an SMT solver for certain problems (linear PRNGs?) |
---|
| 21 | http://en.wikipedia.org/wiki/Satisfiability_Modulo_Theories |
---|
| 22 | |
---|
| 23 | |
---|
| 24 | * Add tools for testing and conducting hash length-extension attacks. |
---|
| 25 | One tool: https://github.com/bwall/HashPump |
---|
Note: See
TracBrowser
for help on using the repository browser.