You need to sign in to do that
Don't have an account?

how can i hide or encrypt the text
I want to create a field called password
<apex:inputtext value="{!Password}" />
You need to sign in to do that
Don't have an account?
I want to create a field called password
<apex:inputtext value="{!Password}" />
<apex:inputSecret>
An HTML input element of type password. Use this component to get user input for a controller method that does not correspond to a field on a Salesforce object, for a value that is masked as the user types.