Changeset 19
Legend:
- Unmodified
- Added
- Removed
-
doc/TODO
r15 r19 1 First Release 2 ============= 3 1 4 * PaddingOracle 2 - configurable number of threads sending requests in parallel3 - better integration of PKCS5 padding in reencryption?4 - need to reorganize the modules/class locations at all to make it5 less cumbersome to import?6 5 - change print statements to configurable debug statements 6 7 * New tools for easy scripted encoding/decoding at command line 8 9 10 Future 11 ====== 12 13 * A tool that behaves like http2py, but generates a POA script 7 14 8 15 * Codetective … … 14 21 - Transition code to a library that could be called by Python 15 22 16 * analyze17 - add options to override decoding chain and block size18 19 20 23 * Consider using an SMT solver for certain problems (linear PRNGs?) 21 24 http://en.wikipedia.org/wiki/Satisfiability_Modulo_Theories 22 25 23 24 26 * Add tools for testing and conducting hash length-extension attacks. 25 27 One tool: https://github.com/bwall/HashPump 28 29 * Add tool to test for LCG without knowing LCG parameters 30 See: Inferring Sequences Produced by Pseudo-Random Number Generators by JOAN BOYAR 31 32 * Add Mersenne Twister attack tool 33 See: http://seclists.org/fulldisclosure/2012/Oct/190 34 35 * Add tools for helping one determine the character set used by 36 randomly generated passwords, as well as determining the mapping 37 from numbers to characters
Note: See TracChangeset
for help on using the changeset viewer.