79610621

Date: 2025-05-07 13:18:14
Score: 1
Natty:
Report link

The answer is in the exception message. The key must have length 32. Yours has length 4. Try

key = b'totototototototototototototototo'

and it should work.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: zap