How to i hide password

For example when the user types in the password to his account it doesnt show the letters but bullet points instead to ensure security.

You can set the property IsPassword to true on a TextInput to make it obfuscate letters with bullet points, like this:

<TextInput ux:Name="passwordInput" IsPassword="true" Value="Secret password!"/>