An open API service indexing awesome lists of open source software.

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

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)