diff --git a/README.md b/README.md index bd855311..f99b0d03 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Table of content: ![](/public/img/example.png) ![](/public/img/sha.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, debug JWT tokens, parse ASN1 structures, compute diffs, and more. diff --git a/public/img/asn1.png b/public/img/asn1.png new file mode 100644 index 00000000..a35534c0 Binary files /dev/null and b/public/img/asn1.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/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