Back to list of challenges

Love Letter

Difficulty:

Using Python, a student has encrypted a secret message to send to their girlfriend. The code used to encrypt the message can be found in the attached file.

With the code, he generated the following ciphertext:
[315, 324, 363, 294, 294, 363]

You were able to intercept the message, but you don’t have a way to decrypt it back into plaintext.

Figure out how to decrypt the message and determine what the secret message is

Download the python script


Developed by: Robbie Raftis

Check your answer...