Code Monkey home page Code Monkey logo

danielfeitopin / monoalphabet-cipher-breaker Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 13 KB

Herramienta de línea de comandos desarrollada en Python para el análisis y descifrado de cifrados simples de sustitución. Permite realizar sustituciones manuales y automáticas, y cuenta con estadísticas y herramientas de ayuda para el análisis de textos cifrados.

Home Page: https://www.informaticapau.com

License: MIT License

Python 100.00%
cryptography monoalphabetic-cipher python python3

monoalphabet-cipher-breaker's Introduction

Monoalphabet Cipher Breaker

Python License: MIT GitHub issues GitHub stars

This repository contains a Python program for decoding a substitution cipher text using frequency analysis and letter substitution.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

Python 3.9 or above.

Installation

Clone this repository

git clone https://github.com/danielfeitopin/monoalphabet-cipher-breaker.git

Change directory to the cloned repository

cd monoalphabet-cipher-breaker

Usage

The program can be run using the following commands:

Linux

python monoalphabet_breaker.py <path_to_cipher_file>

Windows

monoalphabet_breaker.py <path_to_cipher_file>

How It Works

The program performs the following steps:

  • Reads the cipher text file.
  • Analyzes the text for letter frequencies and statistics.
  • Prompts the user for substitution commands to decode the text.
  • Displays the substituted text and the substitution table.

Help

Commands:
help: Show this help menu.
set a b: Includes 'a' as the plain text key with value 'b' in the confirmed dict.
unset a: Removes key 'a' from confirmed dict.
exit: Quit the program.

Contributing

Contributions are welcome! If you have improvements, bug fixes, or new modules to add, feel free to submit a pull request.

License

The content of this repository is licensed under the MIT License.

Contact

Feel free to get in touch with me!

GitHub LinkedIn

monoalphabet-cipher-breaker's People

Contributors

danielfeitopin avatar

Watchers

 avatar

Forkers

quackbomb

monoalphabet-cipher-breaker's Issues

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.