I wanted to implement an external login using java, but the password hashing in joomla uses md5 with a salt value to generate the hashed passwords. How can I get the salt values to enable the login via my Java Client?
Especially the Salt values of each User.