I'm investigating a login system that exposes (probably) hashed passwords.
Password: HTSr0MF8Ou4liOCUayXHDg==
The password is stored in base64 format. When I decode it, I get random 8 chars regardless of password length.
The characters consist of random unicode characters. So, I know it's not an algo that I know like md5, sha, pbkdf etc.
Now, I don't want to crack it if it's a home brewed hashing algo, but if it's generic I want to find out what it is.
So, is there an algorithm known that
- has 8 char fixed output
- output consists of random unicode chars