akiross / PyConXRiddle

The riddle for PyCon X
GNU General Public License v3.0
1 stars 0 forks source link

Final challenge: simple RSA breaking #36

Closed akiross closed 5 years ago

akiross commented 5 years ago

Implement a small-scale setting to break a RSA public key. The objective is to identify the prime numbers that can be used to encrypt the message, which will be used by an external entity to break into the AI and beat it, winning the game.

A page shall provide the key, user shall compute the primes and then give them back in the page, which checks the values and give points if answer is correct.