Use SHA2-512 for admin users
MD5 is not secure enough with the modern hardware. Upgrading to SHA2-512 helps move the problem to the future.
This commit is contained in:
@ -22,8 +22,6 @@
|
||||
|
||||
MXS_BEGIN_DECLS
|
||||
|
||||
#define ADMIN_SALT "$1$MXS"
|
||||
|
||||
/* Max length of fields in for admin users */
|
||||
#define ADMIN_USER_MAXLEN 128
|
||||
#define ADMIN_PASSWORD_MAXLEN 128
|
||||
|
Reference in New Issue
Block a user