# A2 **Deadline:** Monday, 10/10/18, 11:59 pm *This assignment may be done as individuals or with one partner. If you choose to work with a partner, you should submit one solution.* **Warning:**: This homework has two parts. You are currently looking at Part I. You need to decrypt Part II. Part II will take significantly longer than Part I, so you should start early. Part I Decrypt <a href="a2-part2.enc">Part II</a> of this homework. It is encrypted with hybrid encryption using RSA-2048 and AES-256 in CBC mode and Base64 encoded.The RSA secret key is available <a href="rsa_sk.pem">here</a>. The encrypted AES key is available <a href="aes.enc">here</a>. The randomly-generated IV used during AES encryption is 0x5A27710DB8004E0C4CF00573F5665290. Hint: You could use any cryptographic library of your choice to implement the decryption. But you might find the command-line tool openssl to be easiest.