Hi, you can via JS/jQuery set the input type to Password in your Portals, on your Entity Form or Web Page, apply the following:
$("#<field id>").attr("type", "password")
I would also consider the following:
- add plug-in on the create/update to change this value to a HASH format
- add field security profile to protect the field in the Model-Driven App