[]: {{{1
File : README.md
Maintainer : Felix C. Stegerman <flx@obfusk.net>
Date : 2016-10-20
Copyright : Copyright (C) 2016 Felix C. Stegerman
Version : v0.0.3
[]: }}}1
Description
cryptanalysis.py - simple python (2+3) cryptanalysis tools
See cryptanalysis.py
for the code (with examples).
Specs & Docs
$ python cryptanalysis.py -v # run tests
$ python -mcoverage run cryptanalysis.py # test coverage
$ python -mcoverage html # generate html report
$ pydoc cryptanalysis.py # view docs
TODO
- improve break_simple_substitution()!
- bigrams, trigrams, ...
License
GPLv3+ [1].
References
[1] GNU General Public License, version 3 --- https://www.gnu.org/licenses/gpl-3.0.html
[]: ! ( vim: set tw=70 sw=2 sts=2 et fdm=marker : )