Skip to content

Commit 34cc333

Browse files
committed
Update
1 parent af47253 commit 34cc333

File tree

7 files changed

+24
-0
lines changed

7 files changed

+24
-0
lines changed

Algorithms/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# 🔑🔒 Cryptography Algorithms in Python
2+
3+
[![Python 3.x](https://img.shields.io/badge/Python-3.x-blue.svg)](https://www.python.org/)
4+
[![Google Colab](https://img.shields.io/badge/Google-Colab-f9ab00.svg)](https://colab.research.google.com/)
5+
6+
> This repository is a centralized collection of **Python Algorithms** for **Cryptography** and **Brute Force Methods**.
7+
> All codes were developed and tested using the **Google Colab** environment.
8+
9+
---
10+
11+
### ⚙️🛡️ Cryptography Implementations
12+
13+
In this section, you will find implementations and useful links for various ciphers.
14+
15+
| Cipher | Description |
16+
| :--- | :--- |
17+
| **AES** | Advanced Encryption Standard, A highly secure symmetric block cipher. |
18+
| **Caesar Cipher** | Cipher where each letter is shifted a fixed number of positions down the alphabet. |
19+
| **DES** | Data Encryption Standard, Symmetric block Cipher with a 56 bits key. |
20+
| **ElGamal** | Based on the Discrete Logarithm problem. |
21+
| **Feistel Cipher** | Splits block in half, applies round function and reverse subkeys. |
22+
| **Rabin's CryptoSystem** | Cipher based on the Quadratic Square Root problem. |
23+
24+
---

0 commit comments

Comments
 (0)