Skip to content

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

Notifications You must be signed in to change notification settings

jrafa1607/Cryptography-In-Python

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 Implementations

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 Cipher where each letter is shifted a fixed number of positions down the alphabet.
ElGamal Based on the Discrete Logarithm problem.
Feistel Cipher 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

No releases published

Packages

No packages published