mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Merge branch 'patch-1' of https://github.com/wesinator/CyberChef into wesinator-patch-1
This commit is contained in:
commit
0590020130
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class FromQuotedPrintable extends Operation {
|
|||
|
||||
this.name = "From Quoted Printable";
|
||||
this.module = "Default";
|
||||
this.description = "Converts QP-encoded text back to standard text.";
|
||||
this.description = "Converts QP-encoded text back to standard text.<br><br>e.g. The quoted-printable encoded string <code>hello=20world</code> becomes <code>hello world</code>";
|
||||
this.infoURL = "https://wikipedia.org/wiki/Quoted-printable";
|
||||
this.inputType = "string";
|
||||
this.outputType = "byteArray";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue