ginger
ginger copied to clipboard
user password is not encrypted for "Add User"
Navigate to "Host" - "Administration" - "User Management" Click on "Add User"
this is option to create new user. Admin would have to enter user details along with password and it is sent as plain text over the network, with user name and other details being part of same request. This can be a potential security breech.
@danielhb IMO we can hash the password in javascript which is recommended. Libuser provides option to set hashed password
Agree
i will be working on this issue.
@danielhb @chandrureddy i did search for javascript libraries which can produce the hashed password similar to crypt of linux. Unfortunately I couldn't get any. @samhenri can you help here if you are aware of any library which can be used?