Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

javascript 16 how to match the right one


ghost's Avatar
0 0

hello, I have all the collisions. now how to I find the right one? should I go one by one QQ that seems too odd


ghost's Avatar
0 0

I started trying a brute force approach with a python script using the characters from valid input set in strings of lengths 2-5 characters looking to stop when the checksum was matched. This was going slowly

Looking into a way to combine smaller partial checksums into a final result since the checksum is additive (checksum is based on addition of partial sum values for each character in password typed)

just an idea.