D3coder – Browser Extension to Encode or Decode
D3coder extension enables us to encode and decode selected text via the context menu. It reduces the time we spend looking up values and gives us more time to concentrate on the important things of development. One can even choose how to display the result, like whether to display the result using alert(), or use the selection and replace the selected text in place, etc.
The current version of d3coder has implemented the following encoding/decoding functions:
- Unix Timestamp
- rot13
- base64
- CRC32/MD5/SHA1 hashing
- bin2hex
- bin2txt
- HTML entity
- HTML specialchars
- URI encode
- Quoted printables
- Escapeshellarg
- (PHP) Unserialize
- “L33T”-speak
- reverse
Features:
- Fast.
- Easy to use.
- Time-saving.
Advantages:
- Provides fast access.
- Intuitive controls.
- Are cross-platform and adaptation for any browser.
Disadvantages:
- Needs constant updating.
- Different browsers need their own adapted version of the program.
- Permissions and location are required sometimes.
Installation:
It is very easy to install any browser extension.
Step 1: Visit d3coder in chrome web store if you are using chrome.
Step 2: Click on add extension.
And there you have your d3coder installed.
Usage:
Using any browser extension is easy, simply select the text you want to encode/decode, right-click and select d3coder -> to choose between numerous encoding/decoding techniques given.
Use the selection and replace the text in place technique:
Example 1:
In this example, one can highlight the text and replace it with the encoded message on the page itself.
Select the text and right-click select the base 64 encode option.
This is the encoded text of the above-highlighted text.
You can even decode this text back to see the original message.
Example 2:
Let’s use another encoding technique which is the L33t technique.
Encoded text of highlighted text.
Decoded text is shown below,
Using alert() technique:
Example 1:
In this technique, one can get the encoded text using an alert pop-up.
We can see in the below screenshot, the popup is shown with encoded text.
Adding an HTML element to the bottom of the side technique:
Example 1:
In this, the encoded text is shown at the bottom. Let’s take a look, first highlight the text you want to encode, then right-click and select any of the encoding options.
Example 2:
Here’s another example to clear your concept. Highlight the text you want to encode -> right-click, select d3coder -> Select any encoding option.
In conclusion, d3coder saves time by providing the facility to encode/decode on the push of a click also avoiding the user to go another site to encode/decode the text. It is fast, efficient and very useful. Not only it is easy to install but also easy to use.
Please Login to comment...