Skip to content

Enable password hashing with salt & pepper

Robert Czechowski requested to merge password into master

The passwords should be stored salted, peppered & hashed.

Preferably, information about the password hashing should be stored such that the hashing algorithm can easily be replaced later on without breaking the login credentials of older users.

Edited by Robert Czechowski

Merge request reports