Coder Social home page Coder Social logo

alessiochen / des-algorithm-performance-comparison-using-asyncio Goto Github PK

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

This repository contains an implementation and performance comparison of sequential and parallel algorithms for the Data Encryption Standard (DES) using asyncio in Python.

Python 100.00%
des parallel-programming sequencial unifi

des-algorithm-performance-comparison-using-asyncio's Introduction

DES Algorithm Performance Comparison using asyncio

This project aims to compare the performance of sequential and parallel implementations of the Data Encryption Standard (DES) algorithm using the asyncio concurrent library in Python. The comparison focuses on decrypting a set of randomly generated passwords encrypted with DES.

Overview

The project consists of two main components:

  • Implementation: Sequential and parallel implementations of DES decryption algorithms are provided. The sequential approach decrypts passwords one after the other, while the parallel approach utilizes asyncio to execute decryption tasks concurrently across multiple threads.

  • Evaluation: Performance evaluations are conducted to compare the execution times and scalability of the sequential and parallel implementations. Tests are performed with varying numbers of passwords and threads to analyze performance variations under different scenarios.

Files

  • main.py: Contains the main code for running the sequential and parallel implementations and conducting performance evaluations.
  • des.py: Contains the implementations of encryption, decryption methods.
  • words_gen.pt: Contains the script to randomly generate the input.
  • utils.py: Utility functions for encryption, decryption, and other auxiliary tasks.
  • report.pdf: file containing the detailed report of the project, including methodology, results, and conclusions.

Requirements

Python 3.x

des-algorithm-performance-comparison-using-asyncio's People

Contributors

alessiochen avatar alessiochencommit avatar

Stargazers

 avatar

Watchers

 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.