Skip to content

Commit d0d9c3f

Browse files
Update readme.md (#79)
* feat(crypto-helper): update readme.md; * feat(crypto-helper): update readme.md; * feat(crypto-helper): update readme.md; * feat(crypto-helper): update readme.md;
1 parent 197a748 commit d0d9c3f

File tree

8 files changed

+10
-5
lines changed

8 files changed

+10
-5
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ Table of content:
1414
- [Meta](#meta)
1515
- [Contributing](#contributing)
1616

17-
![](/public/img/example.png)
18-
![](/public/img/sha.png)
17+
![](/public/img/crypto-helper.png)
1918
![](/public/img/jwt.png)
19+
![](/public/img/asn1.png)
20+
![](/public/img/diff.png)
2021

21-
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.
22+
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.
2223

23-
All computations are performed on the client side. This tool never sends the data to any server.
24+
All computations are performed on the client side. _This tool never sends the data to any server._
2425

2526
### Features
2627

@@ -44,6 +45,10 @@ All computations are performed on the client side. This tool never sends the dat
4445
* `ES256`
4546
* `ES384`
4647
* `ES512`
48+
* ASN1 Debugger
49+
* Diff checker
50+
51+
Read more about features and motivation here: https://tbt.qkation.com/projects/crypto-helper.
4752

4853
### Development
4954

public/img/asn1.png

538 KB
Loading

public/img/crypto-helper.png

125 KB
Loading

public/img/diff.png

213 KB
Loading

public/img/example.png

-101 KB
Binary file not shown.

public/img/jwt.png

21.8 KB
Loading

public/img/sha.png

-70.5 KB
Binary file not shown.

src/asn1.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ pub fn asn1_parser_page() -> Html {
182182
<div class={classes!("vertical", "asn1-page")} {onkeydown}>
183183
<span>
184184
<a href="https://github.com/TheBestTvarynka/crypto-helper/tree/main/crates/asn1-parser#supported-asn1-types" class="a-link">
185-
{"list of supported asn1 types"}
185+
{"List of supported asn1 types"}
186186
</a>
187187
{". Report a bug/feature "}<a href="https://github.com/TheBestTvarynka/crypto-helper/issues/new" class="a-link">{"here"}</a>{"."}
188188
</span>

0 commit comments

Comments
 (0)