Coder Social home page Coder Social logo

53jk1 / distributed-cipher-cracking Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 0.0 57 KB

Performance analysis of data encryption algorithms depending on the Python implementation and the processor used.

Python 100.00%
cybersecurity cipher-cracking password-cracking distributed-computing rsa factorization-of-large-numbers information processing encryption

distributed-cipher-cracking's Introduction

 ____   ____ ____ 
|  _ \ / ___/ ___|
| | | | |  | |    
| |_| | |__| |___ 
|____/ \____\____|
                  

GitHub Issues GitHub Pull Requests License


Preparation of a laboratory station for analysing the effectiveness of selected methods of cracking cipher algorithms with the use of the Python language. In the article I will present the technique of breaking ciphers with brute force, I will analyse the frequency of breaking passwords depending on their difficulty level.

๐Ÿง About

Preparation of a laboratory station for analysing the effectiveness of selected methods of cracking cipher algorithms with the use of the Python language. In the article I will present the technique of breaking ciphers with brute force, I will analyse the frequency of breaking passwords depending on their difficulty level.

๐Ÿ Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them.

Python 3.8
python3-pip

Installing

A step by step series of examples that tell you how to get a development env running.

Firstly check if you have installed Python, and pip. The names may vary slightly.

~$ which pip3
/usr/bin/pip3
~$ which python3
/usr/bin/python3

If you are sure you have Python and pip, cd in the folder with the script, then use this command to install all the dependencies. You can skip this step if you are sure you have all the libraries needed to run the project.

~/distributed-cipher-cracking$ pip3 install -r requirements.txt

๐Ÿ”ง Benchmarks

python3 main.py "test" "test" 130 90

โ›๏ธ Built Using

โœ๏ธ Authors

distributed-cipher-cracking's People

Contributors

desu-potato avatar kbakdev avatar

Stargazers

 avatar  avatar

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.