Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

78 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”‘πŸ”’ Cryptography Algorithms in Python

Python 3.x Google Colab

This repository is a centralized collection of Python Algorithms for Cryptography and Brute Force Methods. All codes were developed and tested using the Google Colab environment.


βš™οΈπŸ›‘οΈ Cryptography Algorithms

In this section, you will find implementations and useful links for various ciphers:

Cipher Description
AES Advanced Encryption Standard, A highly secure symmetric block cipher.
Caesar Cipher where each letter is shifted a fixed number of positions down the alphabet.
DES Data Encryption Standard, Symmetric block Cipher with a 56 bits key.
ElGamal Based on the Discrete Logarithm problem.
Feistel Splits block in half, applies round function and reverse subkeys.
Rabin's CryptoSystem Cipher based on the Quadratic Square Root problem.

About

Python projects focused on cryptography, including implementations functions, brute-force techniques, and helpful security resources.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages