From b6aa6485e34581feaa74dbc42a5ef3af47abc519 Mon Sep 17 00:00:00 2001 From: Vishwas Anand Bhushan Date: Tue, 28 Jul 2020 11:03:40 +0530 Subject: [PATCH] Added a link for simple crpto tool (#121) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5475891..788be72 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ A curated list of cryptography resources and links. - [Standalone](#standalone) - [Plugins](#plugins) - [Git](#git) + - [Playgrounds](#playgrounds) - [Frameworks and Libs](#frameworks-and-libs) - [C](#c) - [C#](#c-sharp) @@ -150,6 +151,10 @@ A curated list of cryptography resources and links. - [git-crypt](https://github.com/AGWA/git-crypt) - Transparent file encryption in git. - [git-secret](https://sobolevn.github.io/git-secret/) - Bash-tool to store your private data inside a git repository. +### Playgrounds + +- [Cryptography Playground](https://vishwas1.github.io/crypto/index.html#/crypto) - A simple web tool to play and learn basic concepts of cryptography like, hashing, symmetric, asymmetric, zkp etc. + ## Frameworks and Libs ### C