Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Simple implementations of three well-known encryption algorithms: DES (Data Encryption Standard), RSA (Rivest–Shamir–Adleman), and Blowfish.

Contents

  • Blowfish.py: Implementation of the Blowfish encryption algorithm (Works with files).
  • DES.py: Implementation of the DES encryption algorithm (Works with files).
  • RSA.py: Implementation of the RSA encryption algorithm (only console text messages).
  • app.py: Simple menu to choose the algorithm to be used.

Requirements

  • Install the requirements: pip install -r requirements.txt

How to run

  • run python3 app.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages