mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
87fa39dc4f
* Added RSA Algorithm * Update README.md * Create README.md * Update README.md * Add files via upload * Update README.md * Added RSA Algorithm Co-authored-by: Ayush Bhardwaj <classicayush@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
RSA_Algorithm.png | ||
RSA_algorithm.py |
RSA Algorithm
- Python script that encrypts and decrypts a text based on RSA algorithm
- It involves the concept of modular arithmatic and euler's theorem.
- It is also based on the idea that factorizing large numbers requires years.
- Here, the (a,n) are kept public and (p,q,b) are kept private.
Usage
For Windows users:
$ python RSA_Algorithm.py
For Mac/Linux/Unix users:
$ ./RSA_Algorithm.py