Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pratham-verma/cryptography-scripts
This repository contains a collection of cryptography scripts implemented in Python for decoding various types of text can be a helpful resource for users.
https://github.com/pratham-verma/cryptography-scripts
Last synced: 3 days ago
JSON representation
This repository contains a collection of cryptography scripts implemented in Python for decoding various types of text can be a helpful resource for users.
- Host: GitHub
- URL: https://github.com/pratham-verma/cryptography-scripts
- Owner: Pratham-verma
- Created: 2024-04-04T07:18:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T09:23:17.000Z (8 months ago)
- Last Synced: 2024-04-05T08:36:20.975Z (7 months ago)
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptography-Scripts
This repository contains a collection of cryptography scripts implemented in Python for decoding various types of text can be a helpful resource for users.Contributions are welcome to add more scripts or improve existing ones!### 1. ASCII Text Decode
**Description:** Decodes ASCII-encoded text.**Usage:** `python ascii_text_decode.py`
### 2. Base64 Decode
**Description:** Decodes Base64-encoded data.**Usage:** `python base64_decode.py`
### 3. Modular Inverse
**Description:** Calculates the modular inverse of a number.**Usage:** `python modular_inverse.py`
### 4. Diffie-Hellman Key Exchange
**Description:** Implements the Diffie-Hellman key exchange algorithm.**Usage:** `python diffie_hellman.py`
### 5. Morse Code
**Description:** Encodes and decodes text to/from Morse code.**Usage:** `python morse_code.py`
### 6. Mod N 41
**Description:** Performs modular arithmetic using the modulus 41.**Usage:** `python mod_n_41.py`
### 7. Rail Fence Cipher
**Description:** Encrypts and decrypts text using the Rail Fence cipher.**Usage:** `python rail_fence_cipher.py `
### 8. ROT13 Cipher
**Description:** Encrypts and decrypts text using the ROT13 cipher.**Usage:** `python rot13_cipher.py`
### 9. Substitution Cipher
**Description:** Encrypts and decrypts text using a substitution cipher.**Usage:** `python substitution_cipher.py`
---
## How to Use:
To get started, clone this repository:
```bash
git clone https://github.com/Pratham-verma/Cryptography-Scripts.git
```Feel free to explore the scripts, use them in your projects, and contribute by adding more scripts or improving existing ones!
## Contributions:
Contributions are highly appreciated! If you have a new cryptographic technique to add or you want to improve the existing scripts, please fork the repository, make your changes, and submit a pull request. Don't forget to follow the contribution guidelines.
Let's make cryptography more accessible and fun for everyone!
```
Happy coding and Hacking!