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:

Текст для кодирования/декодирования/хэширования

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:

Кодирование Base 64

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

Кодирование URL

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

Шестнадцатиричное кодирование ASCII

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:

Декодирование 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.

Декодирование URL

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

Шестнадцатиричное декодирование ASCII

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:

Хэширование SHA1

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

Хэширование MD5

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

Accessed via

     Top level Edit menu'Encode/Decode/Hash...' menu item
     Break tab'Encode/Decode/Hash...' right click menu item
     Request tab'Encode/Decode/Hash...' right click menu item
     Response tab'Encode/Decode/Hash...' right click menu item
     Spider tab'Encode/Decode/Hash...' right click menu item

See also

     UI Overviewfor an overview of the user interface
     Dialogsfor details of the dialogs or popups