Skip to content

SaninfomaxUN/Cryptographic-Algorithms-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptographic Algorithms

Forked from DeepKariaX/Cryptographic-Algorithms-Python

Various Cryptographic Algorithms made using python.

Prerequisites:

Make sure that you have the following:

  • Python 3+ and pip (which comes with Python 3+)
  • Some requires different libraries so be sure to install before run
  • An environment to work in - something like Jupyter or Spyder

Terms:

  • E denotes Encryption
  • D denotes Decryption
  • Some have both E&D and some have only E.

Algortihms:

  • Caesar Cypher Algorithm
  • Diffie Hellman Key Exchange Algorithm
  • Hill Cipher Algorithm
  • Monoalphabetic Cipher Algorithm
  • Playfair Cipher Algorithm
  • Playfair Cipher Algorithm (Custom Alphabet)
  • Rail Fence Algorithm
  • RSA Algorithm
  • Vernam(OTP) Cipher Algorithm
  • Vigenere Cipher (Repeat & Auto Key)

About

Cryptographic Algorithms (Ciphers) implemented in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%