hghs
hghs copied to clipboard
Add support to crypt password in the database
Current development version uses plain text password database.
Use Node crypt to decrypt the password with a secure one way algorithm.
See MatrixServerService.loginWithPassword()