Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
javascript 16 how to match the right one
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.