apex:inputsecret tag is used to display any input values in the form dot’s like passwords. Inputfield values are displayed as (………..). This apex:inputsecret tag is used when creating submit form where password fields are required.
Tag Example :-<apex:inputsecret value=”{!inputValue}” id=”theSecretInput”>.