Hello,
I am using the Sql Authenticator to be able to login from users i created on my DB.
Now my passwords are in plain text.
I am trying to hash the password field in the database. But i don't know if the weblogic will understand them.
I am using hash 256 to hash.
Any idea if there's a certain algorithm that i should use or a certain hash function that will work correctly ?
Using JDEV 11.1.2.3
Thanks