Generally, IIQ has 2 ways to encrypt passwords.
Every password are encrypted in IIQ, but you can decide at wich level.
Standard: Is always active and IIQ encrypt the pwds of all field as marked like password, like password\clientsecret on application and password field on forms. Those encryption save the password with a “1:” at the start.
Keystore: you can activate the keystore, where you can generate one or more keys of encryption end the ecrypted password has a “2:” or “3:” at the start, the number of the key that you are using to ecrypt.
The most important things is that all pwds encrypted with the standard method can be decrypted in every IIQ installation, with the other could be decrypted with own Keystore file.
Thank you for replying. But what I am looking for is more towards does IIQ use PBKDF2 password hashing algorithm or equivalent password hashing algorithms?