Question: 3. Generate your RSA key pair using keytool -genkey option. Export your public certificate using -exportcert option. You will need to lookup keytool documentation. Encrypt

3. Generate your RSA key pair using keytool -genkey option. Export your public certificate using -exportcert option. You will need to lookup keytool documentation. Encrypt your name using your private key and encryption mode "RSA/ECB/NoPadding". Submit your certificate and the binary file containing encrypted version of your name. Example to generate a RSA key pair: keytool -genkey-alias cs166-keystore mystore.jks Example to export certificate: keytool -export-alias cs166-keystore mystore.jks -file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
