GithubHelp home page GithubHelp logo

cryptanalysis-helper's People

Contributors

soutzis avatar

Watchers

 avatar  avatar

cryptanalysis-helper's Issues

Add substitution cipher

Substitution cipher features need to be added (encryption, decryption, automatic key guessing).

Making a substitution during Frequency Analysis can't be reversed.

If a substitution is made during frequency analysis, for example A->G, all the characters 'A', will be substituted with 'g' in the cipher text.
When deciding to change the substitution to something like A->K, the key will be updated, but the current cipher text (the one showing the progress) will not be updated.

This can lead the analyst to the wrong conclusion/decisions.

Report Verbosity

There should be a verbosity option for generating reports and storing them on disk.

Add support for Unicode (for Stream Ciphers)

Currently, the application only supports the 128 ASCII characters. If a stream cipher contains cipher symbols that are not part of the standard ASCII table, decrypting Stream Ciphers will not work. It uses the primitive char to convert integers/bytes into characters and the maximum value is 0xFFFF.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.