Skip to content

Commit

Permalink
feat(crypto-helper): update readme.md;
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestTvarynka committed Aug 25, 2024
1 parent 197a748 commit 44935ae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Table of content:
![](/public/img/sha.png)
![](/public/img/jwt.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

Expand All @@ -44,6 +44,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

Expand Down

0 comments on commit 44935ae

Please sign in to comment.