On Fri, Jul 15, 2022 at 1:44 PM Jarek Millburg <[email protected]> wrote: > > Within the application If you use a database like MySQL for authentication it > says that the passwords are salted with a random 32 byte string and then > hashed with the SHA-256 hash before being stored. I was wondering if it is > possible to change the hashing method to a different hash? Looking into this > for reasons related to our current systems and wondering if this is possible. >
It is certainly possible, but not, at this time, configurable - doing so would require that you change some of the Java code that is used to process these passwords and rebuild the JDBC extension. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
