WebClub-NITK / Hacktoberfest-2k20

Repository for Hacktoberfest 2020 Meetup at NITK Surathkal
14 stars 53 forks source link

Added RSA algorithm in JAVA #121

Closed jarvis-1805 closed 4 years ago

jarvis-1805 commented 4 years ago

Resolves Issue #63

Description

Implementation of the RSA algorithm, that is used to encrypt a message without the need to exchange a secret key separately..

Technical Specifications

Language: JAVA OpenJDK Version: 11.0.2 OpenJDK RE: 18.9 (build 11.0.2+9) Packages Used:

java.util.Random
java.math.BigInteger
java.security.SecureRandom

Screenshots (if required)

Output screenshot as output.jpg.

How to run

Linux OS and Windows OS

javac RSA.java
java RSA

Checklist

jarvis-1805 commented 4 years ago

Hey! @aksh555 please review it.

jarvis-1805 commented 4 years ago

@aksh555 I've removed the binary files.

jarvis-1805 commented 4 years ago

Thanks! @aksh555 : )