diff --git a/BappDescription.html b/BappDescription.html index e648c54..dd71c7c 100644 --- a/BappDescription.html +++ b/BappDescription.html @@ -2,7 +2,7 @@

All of the Built-in Burp Decoder Modes

-

Decoder Improved supports all of decoder's encoding, decoding, and hashing modes. Decoder Improved can encode and decode URL, HTML, Base64, ASCII Hex, and GZIP. Additionally, Decoder Improved can hash data using MD2, MD5, SHA, SHA-224, SHA-256, SHA-384, and SHA-512.

+

Decoder Improved supports all of decoder's encoding, decoding, and hashing modes. Decoder Improved can encode and decode URL, HTML, Base64, ASCII Hex, GZIP, and zlib. Additionally, Decoder Improved can hash data using MD2, MD5, SHA, SHA-224, SHA-256, SHA-384, and SHA-512.

Tabs

@@ -12,11 +12,11 @@

Decoder Improved is backed by arrays of Java Bytes that do not truncate or modify Unicode characters through the modification process. Because Java's Swing elements support displaying Unicode characters, so does Decoder Improved.

-

An Improved Hex Edit

or +

An Improved Hex Editor

Decoder Improved comes bundled with the Delta Hexadecimal Editor, a swing Hex Editor, developed by the ExBin project. Delta provides an improved hex editing experience over the built-in decoder's hex editor by allowing easy insertion and removal, highlighting, and Unicode support.

-

Arbitrary Numeric Base Conve

rsion +

Arbitrary Numeric Base Conversion

Decoder Improved can convert any number represented in base 2 to base 32 (the largest base supported by Java) to its representation in any other base between base 2 and base 32.

@@ -32,6 +32,14 @@

In addition to every hashing algorithm exposed within Burp Suite's built-in decoder, Decoder Improved exposes every hashing algorithm included in the BouncyCastle Java crypto library. In contrast, decoder only contains a smattering of hashing algorithms that do not cover the entire range of hashing needs encountered during testing.

+

Save Data to Files in Different Formats

+ +

Every piece of data can be saved to local files in raw, Hex and UTF-8 encoded formats.

+ +

Work State is Saved

+ +

Decoder Improved automatically saves and reloads its work state after Burp restarts. Users have the options to export the work state to files.

+

An Easy Extension Interface

-

In the next blog post covering Decoder Improved, we will walk through examples of how to extend Decoder Improved and add new encoding modes, including a "FooBar" encoder and a "Text Replace" mode.

+

The Decoder Improved can be extended with customized modes with easy-to-use interfaces.

\ No newline at end of file diff --git a/README.md b/README.md index b3c7d4b..a4b74db 100755 --- a/README.md +++ b/README.md @@ -120,8 +120,14 @@ included in the BouncyCastle Java crypto library. In contrast, decoder only contains a smattering of hashing algorithms that do not cover the entire range of hashing needs encountered during testing. +### Save Data to Files in Different Formats + +Every piece of data can be saved to local files in raw, Hex and UTF-8 encoded formats. + +### Work State is Saved + +Decoder Improved automatically saves and reloads its work state after Burp restarts. Users have the options to export the work state to files. + ### An Easy Extension Interface -In the next blog post covering Decoder Improved, we will walk through -examples of how to extend Decoder Improved and add new encoding modes, -including a "FooBar" encoder and a "Text Replace" mode. +The Decoder Improved can be extended with customized modes with easy-to-use interfaces. \ No newline at end of file