Thread
:
Find the secret key for this function
View Single Post
#
1
06-02-2016, 07:36
dila
Friend
Join Date: Jan 2010
Posts: 60
Rept. Given: 12
Rept. Rcvd 32 Times in 14 Posts
Thanks Given: 35
Thanks Rcvd at 74 Times in 20 Posts
Find the secret key for this function
Code:
bool check(uint64_t key) { return key * key * key * key * key * key * key == 0x90de757572b51cd3; }
It returns
true
for the the correct key, but what is it and how do you find it?
The Following User Gave Reputation+1 to dila For This Useful Post:
mr.exodia
(06-02-2016)
dila
View Public Profile
Find all posts by dila