Skip to content

obfusk/cryptanalysis.py

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

[]: {{{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

Build Status

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 : )

About

cryptanalysis.py - simple python (2+3) cryptanalysis tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages