https://github.com/bebofekry/cryptography
Ctyptography basic algorithms implementation for Encryption, Decryption, and Attack (Additive Cipher, Multiplicative Cipher, Affine Cipher, Vigenere Cipher, RSA, SDES)
https://github.com/bebofekry/cryptography
brute-force cryptography cyber-security data-security datasecurity decryption encryption python security
Last synced: 8 months ago
JSON representation
Ctyptography basic algorithms implementation for Encryption, Decryption, and Attack (Additive Cipher, Multiplicative Cipher, Affine Cipher, Vigenere Cipher, RSA, SDES)
- Host: GitHub
- URL: https://github.com/bebofekry/cryptography
- Owner: BeboFekry
- Created: 2024-01-29T04:46:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T05:40:52.000Z (about 2 years ago)
- Last Synced: 2025-03-14T21:43:25.243Z (about 1 year ago)
- Topics: brute-force, cryptography, cyber-security, data-security, datasecurity, decryption, encryption, python, security
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptography
Ctyptography basic algorithms implementation by Python for Encryption, Decryption, and Attack (Additive Cipher, Multiplicative Cipher, Affine Cipher, Vigenere Cipher, RSA, SDES)
Table of Contents:
1- Additive Cipher
1.1 Encryption
1.2 Decryption
1.3 Attack
2- Multiplicative Cipher
2.1 Encryption
2.2 Decryption
2.3 Attack
3- Affine Cipher
3.1 Encryption
3.2 Decryption
3.3 Attack
4- Alice Question (Encrypt a message with characters and numbers) by using:
4.1 Additive Cipher
4.2 Multiplicative Cipher
4.3 Affine Cipher
5- Vigenère Cipher
5.1 Encryption
5.2 Decryption
5.3 Attack using “kasiski test”
6- RSA
6.1 Encryption
6.2 Decryption
7- Simplified DES (S-DES)
7.1 Encryption