Author: davidlee

[SEEDLAB] CRYPTOGRAPHY WRITEUP (RSA) #3

The example source code has been provided by the task. What I need to do is that I need tocalculate the private key d by using the BIGNUM APIs and (e,n) as the public key and (d, n) as the privatekey. By filling out the lines of the given code, I can solve the task..

[SEEDLAB] Cryptography Writeup (General Cryptography, ECB mode weakness, Attacking IV) #1

Task 2: Encryption using Different Ciphers and Modes. Q1. You should try at least 3 different ciphers with ‘openssl enc’ command.A1. Typing invalid openssl commands will give valid lists of commands. Example commands given for encrypting/decrypting in the original material are as follows: By following the commands that were given, it can solve task two.