How to generate hashed password?

Confluence User - 14 Apr, 2020

Hi,

I'm working on SSO, I couldn't sign in to Joget from external app using the hashed credential generated using php MD5. Nor could i reproduce the example password in the link below. Anyone please help? Thanks!

Hashed Password#SampleCode(Java)

javascript;json

1


17 Apr, 2020
confluenceUser
confluenceUser

Hi, I am not familiar with PHP, but according that page you need to use the formula

md5(username + "::" + md5Base16(password));

so you need to implement that in PHP

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print