This translation is older than the original page and might be outdated. See what has changed.

X-Type PASSWORD


HIDDEN TEXT-Type Property (PASSWORD)

    <prop name="PWD" visible="1" group="1" type="X" size="10" fieldsize="15"/>
 


The type=“X” is similar in appearance than the type=“T”, with the difference that the characters entered in this field will be shown on screen as asterisk, since it is password-type field, by default with a BASE64 coding, although with the following attributes its behaviour can be modified.

Attributes:

Attribute Description
type=“X” This one must be always, it is to indicate that is a password field.
hash-type=“MD5” This is to indicate that it is MD5-type password.
encode=“HEX” This one is to see how the password comes. The password must come with the letters or all in capital letters or all in lowercase, they cannot be with some letters in capital letters and other ones in lowercase, at the same time. Then, if in this property you put “HEX” in capital letters, it is because the letters come in capital letters in the password, and if you put “hex” in lower-case, it is because they come in lower-case.