How long are the used numbers in the task? Are they big enough to be secure?What does the code do in Task1.c? What formula has been calculated?
Lab Objectives: ⦁ To gain hands-on experiences on the RSA algorithm. Used Tools: ⦁ The provided lab files. Background ⦁ RSA ⦁ BigNUM API ⦁ Compile C code from terminal: $ gcc sample.c -o output -lcrypto ⦁ Convert a plain ASCII string to a hex string: $ python -c ’print(“A top secret!”.encode(“hex”))’ Task1: Derive the […]