I am looking for a way to safely encrypt passwords on my Vue JS web application. While I already have a hash encrypter set up on the API, I am running into an issue where the password is displayed as plain text during the signin or signup call. Any recommendations on how to address this? My front-end is in Vue JS and the API is built using Node JS.