Fast Fernet
Description
At a blink, I lost my flag
Solution
In the python file, at the end of line 4, theres a comment which says
secret_keyword=zoom
Using
zoom
as thekey_str
, we get an error sayingFernet key must be 32 url-safe base64-encoded bytes
So the key must be
zoomzoomzoomzoomzoomzoomzoomzoom
Using script.py, we get the flag.
FLAG
Last updated