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:

Tutaj wpisz tekst do kodowania/dekodowania/tworzenia skrótu

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:

Kodowanie Base 64

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

Kodowanie URL

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

Kodowanie ASCII Hex

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:

Dekodowanie 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.

Dekodowanie URL

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

Dekodowanie 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:

funkcja skrótu SHA1

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

funkcja skrótu 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

Zobacz również

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