Asymmetric/Public Key Cryptography with RSA Algorithm
Project Information
- Project category: Computer Security
- Creation date: April 2023
- Project URL: github.com/alexoiik/RSA
Simple implementation of Public Key Cryptography, using RSA Cryptographic Algorithm (with Java). Describes the process of sending a message securely from the sender to the receiver, to achieve confidentiality in the communication between them.