Changeset 19 for doc


Ignore:
Timestamp:
12/05/12 20:35:58 (12 years ago)
Author:
tmorgan
Message:

merged

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/TODO

    r15 r19  
     1First Release
     2=============
     3
    14* 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?
    65  - change print statements to configurable debug statements
     6
     7* New tools for easy scripted encoding/decoding at command line
     8
     9
     10Future
     11======
     12
     13* A tool that behaves like http2py, but generates a POA script
    714
    815* Codetective
     
    1421  - Transition code to a library that could be called by Python
    1522
    16 * analyze
    17   - add options to override decoding chain and block size
    18 
    19 
    2023* Consider using an SMT solver for certain problems (linear PRNGs?)
    2124  http://en.wikipedia.org/wiki/Satisfiability_Modulo_Theories
    2225
    23 
    2426* Add tools for testing and conducting hash length-extension attacks.
    2527  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.