Encode / Decode / Hash dialog

This allows you to encode, decode or hash text.

Common fields

The dialog has one fields that is common to all of the tabs:

Texto para codificar/decodificar u obtener hash

This field is for the text that you want to be encoded, decoded or hashed.
If any text is selected when the dialog is invoked then it will be put in this field. The other fields will be updated dynamically if you change the text

Encode tab fields

This tab has the following fields:

Codificar Base 64

This read only field will be updated with the base 64 encoding of the text you enter.

Codificar URL

This read only field will be updated with the URL encoding of the text you enter.

Codificar Hex Encode

This read only field will be updated with the ASCII hex encoding of the text you enter.

Decode tab fields

This tab has the following fields:

Descodificar Base 64

This read only field will be updated with the base 64 decoding of the text you enter.
If there is no valid decoding then the field will be disabled.

Descodificar URL

This read only field will be updated with the URL decoding of the text you enter.

Descodificar ASCII Hex

This read only field will be updated with the ASCII hex decoding of the text you enter.
If there is no valid decoding then the field will be disabled.

Hash tab fields

This tab has the following fields:

Hash SHA1

This read only field will be updated with the SHA1 hash of the text you enter.

Hash MD5

This read only field will be updated with the MD5 hash of the text you enter.

Acceso vía

     Top level Edit menu'Encode/Decode/Hash...' menu item
     Break tab'Encode/Decode/Hash...' right click menu item
     pestaña Petición'Encode/Decode/Hash...' right click menu item
     pestaña Respuesta'Encode/Decode/Hash...' right click menu item
     pestaña Spider'Encode/Decode/Hash...' right click menu item

Vease también

     Visión general de la IUPara una vista general sobre la interfaz de usuario
     Dialogsfor details of the dialogs or popups