Closed aksh555 closed 4 years ago
Hi, can I work on the Python version ?
Sure @funky-spaghetti, go ahead
@aksh555 I'll close the issue since the PR has been merged.
@krithikvaidya The other 2 implementations are still open to take up, so you can reopen it
@aksh555 Can i work on C++ version?
@Dheeraj-kumar626 sure, go ahead
@aksh555 Hey! Can I work on the java version of RSA?
@jarvis-1805 sure, go ahead
Description
RSA algorithm is an asymmetric cryptography algorithm, ie. it works on two different keys - Public Key and Private Key. As the name describes, the Public Key is given to everyone and the Private key is kept private.
An example of asymmetric cryptography:
Since this is asymmetric, no third party except the browser can decrypt the data even if they have the public key of the browser.
Task
Generate dummy data, encrypt it using RSA Algorithm and then decrypt it. Additionally, attach a screenshot for sample input.
Details
Issue requirements / progress
Resources
https://www.di-mgt.com.au/rsa_alg.html
Directory Structure
Create a new folder named "63_RSA_language name" inside the 'Systems' folder and add the required code file in the Systems/63_RSA_language name. (where language_name is one of the languages given above)
Note