DaBaddest on 3:55 PM 04/11/2022: Is there only one valid key?
f0rizen on 3:33 PM 04/20/2022: Yes, there is only one key
jwnhy on 2:52 PM 04/30/2022: Is there a non-brutal force solution?
I basically knows the iterating formula but I am having trouble reversing it.
Thanks in advance.
f0rizen on 4:03 PM 06/04/2022: No, there is no non-bruteforce solution. My own solution is to implement a hash function in python and then check all possible keys.