View Single Post
  #1  
Old 06-02-2016, 07:36
dila dila is offline
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
dila Reputation: 32
Post 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?
Reply With Quote
The Following User Gave Reputation+1 to dila For This Useful Post:
mr.exodia (06-02-2016)