https://github.com/kuanhungchen/spring-2021-network-security
🔐 Implementation of encryption algorithms such as AES, Miller-Rabin and Elliptic Curve ElGamal.
https://github.com/kuanhungchen/spring-2021-network-security
aes-encryption cryptography elgamal-encryption elliptic-curve-cryptography encryption-decryption miller-rabin-algorithm network-security
Last synced: about 1 month ago
JSON representation
🔐 Implementation of encryption algorithms such as AES, Miller-Rabin and Elliptic Curve ElGamal.
- Host: GitHub
- URL: https://github.com/kuanhungchen/spring-2021-network-security
- Owner: kuanhungchen
- Created: 2021-03-08T12:14:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T14:59:52.000Z (almost 5 years ago)
- Last Synced: 2025-01-08T01:29:49.654Z (over 1 year ago)
- Topics: aes-encryption, cryptography, elgamal-encryption, elliptic-curve-cryptography, encryption-decryption, miller-rabin-algorithm, network-security
- Language: C++
- Homepage:
- Size: 613 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-2021-Network-Security
- Homeworks about cryptography and some encryption algorithms
## Contents
- HW1: _A big number calculation package from scratch_
- HW2: _Advanced Encryption Standard (AES) Encyption_
- HW3: _Miller-Rabin Primality Test and Encryptinon_
- HW4: _Elliptic Curve ElGamal (ECEG) Encryption_
## Contact
Feel free to email me at [khchen.me@gmail.com](mailto:khchen.me@gmail.com) or open an issue here if you have any ideas.