I have this kind of password hashes in my LDAP database:
userPassword:: MTIzYVBkLSY=
I'm also caching the users password hash in my application so it is not needed to enter it every time. Given this, I want to check if a DN exists with the specified password. What kind of hash algorithm is this? Can I produce the same type of hash in Java?