https://github.com/hyouteki/senet
probing SEcurity of NETwork
https://github.com/hyouteki/senet
aes big-number c ciphers cpp diffie-hellman fasm network-security pkda python rsa
Last synced: about 1 month ago
JSON representation
probing SEcurity of NETwork
- Host: GitHub
- URL: https://github.com/hyouteki/senet
- Owner: hyouteki
- License: gpl-3.0
- Created: 2024-01-26T09:54:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-13T17:31:45.000Z (9 months ago)
- Last Synced: 2025-03-27T01:22:12.556Z (7 months ago)
- Topics: aes, big-number, c, ciphers, cpp, diffie-hellman, fasm, network-security, pkda, python, rsa
- Language: C
- Homepage: https://hyouteki.github.io/projects/senet
- Size: 7.41 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## probing SEcurity of NETwork
- [Transposition cipher](https://github.com/Hyouteki/senet/tree/main/transposition_cipher)
- [Advanced Encryption Standard](https://github.com/Hyouteki/senet/tree/main/aes)
- [Public Key Distribution Authority](https://github.com/hyouteki/senet/tree/main/pkda)
- [Rivest–Shamir–Adleman (RSA)](https://github.com/hyouteki/senet/tree/main/pkda/pkda/rsa.h)
- [Implemenatation of GNU/GMP's mpz_t](https://github.com/hyouteki/senet/tree/main/large)
- [Diffie–Hellman key exchange](https://github.com/hyouteki/senet/tree/main/large/diffie_hellman.cpp)