hghs icon indicating copy to clipboard operation
hghs copied to clipboard

Add support to crypt password in the database

Open thejhh opened this issue 2 years ago • 0 comments

Current development version uses plain text password database.

Use Node crypt to decrypt the password with a secure one way algorithm.

See MatrixServerService.loginWithPassword()

thejhh avatar Aug 03 '22 19:08 thejhh