This repository centralizes Python algorithms for Cryptography and BruteForce methods. All codes were made with Google Colab. In addition to the codes, links and references to other cryptography applications will be shared in this repository.
- Python Example: https://www.geeksforgeeks.org/elgamal-encryption-algorithm/
- Github Example: https://github.com/RyanRiddle/elgamal
- About the Crypography System: https://www.w3.org/History/1993/WWW/AccessAuthorization/Rabin.html
- Implementation Example: https://www.geeksforgeeks.org/rabin-cryptosystem-with-implementation/
- Github Example 1: https://github.com/iamvpa/DeterministicRabinCryptosystem
- Github Example 2: https://github.com/aman-17/rabin-cryptosystem