You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository provides a Java command-line tool for RSA public-key cryptography, utilizing the Bouncy Castle library. The project requires completing the decryptRSA() method to decrypt an AES key, which is itself encrypted using a 2048-bit private key stored in a Java keystore (myKeyStore). It demonstrates using RSA for secure key exchange.