https://github.com/createunique/cryptography-network-security
A collection of cryptographic algorithms and network security tools.
https://github.com/createunique/cryptography-network-security
Last synced: 17 days ago
JSON representation
A collection of cryptographic algorithms and network security tools.
- Host: GitHub
- URL: https://github.com/createunique/cryptography-network-security
- Owner: createunique
- License: gpl-3.0
- Created: 2025-02-04T18:19:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T10:57:39.000Z (3 months ago)
- Last Synced: 2025-05-17T22:12:46.620Z (about 1 month ago)
- Language: Python
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptography & Network Security Implementations
A collection of cryptographic algorithms and network security tools.
## Contents
- [Classical Ciphers](#classical-ciphers)
- Caesar, Playfair, Vigenère
- [Symmetric Encryption](#symmetric-encryption)
- AES, DES, Triple DES
- [Asymmetric Encryption](#asymmetric-encryption)
- RSA, Diffie-Hellman, Elliptic Curve Cryptography (ECC)