Crypto-systems
Crypto-systems copied to clipboard
This repo will contain the algorithms for encryption and decryption of messages and ciphers respectively !!
Crypto-systems
This repository contains the python codes for:
- Playfair substitution cipher
- Encryption
- Decryption
- Reference_1
- Reference_2
- Reference_3
- Reference_4
- Vigenere substitution cipher
- Encryption
- Decryption
- Reference_1
- Reference_2
- Hill substitution cipher
- Encryption
- Decryption
- Caeser substitution cipher
- Encryption
- Decryption
- Rail Fence transposition cipher
- Encryption
- Decryption
- Vernam substitution cipher
- Encryption
- Decryption
- Columnar transposition cipher
- Encryption
- Decryption
- DES (Data Encryption Standard)
- Encryption
- Decryption
- Reference
- AES (Advanced Encryption Standard)
- Encryption
- Decryption
- Reference
- Elgamel Crypto system
- Encryption
- Decryption
- Reference_1
- Reference_2
- RSA (Rivest–Shamir–Adleman)
- Encryption
- Decryption
- Reference_1
- Reference_2
- Diffie-Hellman Key exchange algorithm
- Man In The Middle Attack Simulation
- Digital Signature Algorithm
- Code
- Reference_1
- Reference_2
- Elliptic curve cryptography
- Encryption
- Decryption
- Message Authenticaiton Code with SHA-1
- Code
- Blowfish Algorithm
- Statistical attack
- Code
- Euclidean algorithm for GCD calculation
- Code
- Extended Euclidean algorithm for modular multiplicative inverse calculation
- Code
- Chinese remainder theorem for set of modular equations
- Code