If it's so easy to guess a uuid, here you go
I ran crypto.randomUUID() twice on my machine.
The first ID was 15041508-fd38-4eda-bc1d-7b74e4738cd9
The second? That's your challenge.
I encrypted a text file with the following command:
If it's so easy to guess a uuid, here you go
I ran crypto.randomUUID() twice on my machine.
The first ID was 15041508-fd38-4eda-bc1d-7b74e4738cd9
The second? That's your challenge.
I encrypted a text file with the following command:
| import http.server | |
| import cgi | |
| import base64 | |
| import json | |
| from urllib.parse import urlparse, parse_qs | |
| class CustomServerHandler(http.server.BaseHTTPRequestHandler): | |
| def do_HEAD(self): |