Added a link for simple crpto tool (#121)

pull/122/head
Vishwas Anand Bhushan 2020-07-28 11:03:40 +05:30 committed by GitHub
parent 0bf47a59ec
commit b6aa6485e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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