category : crypto
points : 300
solves : 171
This is a trivial challenge
secret_scalar = random.randrange(curve.order) the order here is just 7919
brute force secret_scalar and get the flag
flag: flag{use_good_params}
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
category : crypto
points : 300
solves : 171
This is a trivial challenge
secret_scalar = random.randrange(curve.order) the order here is just 7919
brute force secret_scalar and get the flag
flag: flag{use_good_params}