diff --git a/Cargo.lock b/Cargo.lock index 1502ad7a..5da4e380 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1524,7 +1524,7 @@ dependencies = [ [[package]] name = "web-app" -version = "0.8.0" +version = "0.9.0" dependencies = [ "base64", "gloo-timers", diff --git a/Cargo.toml b/Cargo.toml index a87d10ac..612d91fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "web-app" -version = "0.8.0" +version = "0.9.0" description = "The crypto-helper is an online app that helps to work with the diferent crypto algorithms." edition = "2021" authors = ["Pavlo Myroniuk "] diff --git a/README.md b/README.md index 34510e42..01963021 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ![deploy](https://github.com/TheBestTvarynka/crypto-helper/actions/workflows/github-actions.yml/badge.svg) ![](/public/img/example.png) +![](/public/img/sha.png) +![](/public/img/jwt.png) The crypto-helper is an online app that helps to work with the diferent crypto algorithms. This app can hash/hmac, encrypt/decrypt, and sign/verify the data. diff --git a/public/img/example.png b/public/img/example.png index 6f16f733..35130e3f 100644 Binary files a/public/img/example.png and b/public/img/example.png differ diff --git a/public/img/jwt.png b/public/img/jwt.png new file mode 100644 index 00000000..3ce12b5d Binary files /dev/null and b/public/img/jwt.png differ diff --git a/public/img/sha.png b/public/img/sha.png new file mode 100644 index 00000000..389305c9 Binary files /dev/null and b/public/img/sha.png differ