Question: Cryptography: Examine crypto libraries for Java. Use the library of your choice to implement a program that can generate an AES key of given key
Cryptography:
Examine crypto libraries for Java.
Use the library of your choice to implement a program that can generate an AES key of given key size.
Your program should be titled AES.java
Your program will be run from command line for example: AES -g 256 key.txt
It will generate an AES key of size 256, store it in file key.txt, and display it on the screen as well.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
