diff --git a/README.md b/README.md index 73327072..192e8287 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,14 @@ Table of content: - [Meta](#meta) - [Contributing](#contributing) -![](/public/img/example.png) -![](/public/img/sha.png) +![](/public/img/crypto-helper.png) ![](/public/img/jwt.png) +![](/public/img/asn1.png) +![](/public/img/diff.png) -The crypto-helper is a web app that helps to work with the different crypto algorithms. This app can hash/hmac, encrypt/decrypt, and sign/verify the data. +The crypto-helper is a web app that helps to work with the different crypto algorithms. This app can hash/hmac, encrypt/decrypt, and sign/verify the data, debug JWT tokens, parse ASN1 structures, compute diffs, and more. -All computations are performed on the client side. This tool never sends the data to any server. +All computations are performed on the client side. _This tool never sends the data to any server._ ### Features @@ -44,6 +45,10 @@ All computations are performed on the client side. This tool never sends the dat * `ES256` * `ES384` * `ES512` +* ASN1 Debugger +* Diff checker + +Read more about features and motivation here: https://tbt.qkation.com/projects/crypto-helper. ### Development diff --git a/public/img/asn1.png b/public/img/asn1.png new file mode 100644 index 00000000..62c27ae0 Binary files /dev/null and b/public/img/asn1.png differ diff --git a/public/img/crypto-helper.png b/public/img/crypto-helper.png new file mode 100644 index 00000000..8d06eabe Binary files /dev/null and b/public/img/crypto-helper.png differ diff --git a/public/img/diff.png b/public/img/diff.png new file mode 100644 index 00000000..99f04eb1 Binary files /dev/null and b/public/img/diff.png differ diff --git a/public/img/example.png b/public/img/example.png deleted file mode 100644 index a78355e4..00000000 Binary files a/public/img/example.png and /dev/null differ diff --git a/public/img/jwt.png b/public/img/jwt.png index aa67f47a..7b2619c1 100644 Binary files a/public/img/jwt.png and b/public/img/jwt.png differ diff --git a/public/img/sha.png b/public/img/sha.png deleted file mode 100644 index f11b781e..00000000 Binary files a/public/img/sha.png and /dev/null differ diff --git a/src/asn1.rs b/src/asn1.rs index 8c385fa6..01adbfec 100644 --- a/src/asn1.rs +++ b/src/asn1.rs @@ -182,7 +182,7 @@ pub fn asn1_parser_page() -> Html {
- {"list of supported asn1 types"} + {"List of supported asn1 types"} {". Report a bug/feature "}{"here"}{"."}