Files
MaxScale/server
Markus Mäkelä e82be12be9 Cache password hash results
Since the user authentication stores a SHA2-512 hash of the password on
disk, caching the hash results in memory speeds up the authentication
process significantly. Storing the password on disk in plain-text form
would also speed it up but this would be quite insecure.
2019-10-29 11:34:09 +02:00
..
2019-10-29 11:34:09 +02:00
2018-09-10 13:22:49 +03:00
2019-06-25 10:11:55 +03:00