crypto
crypto copied to clipboard
A simple tool to learn basic concepts of cryptography!
Cryptography Tool
A tool to play and learn basic concept of cryptography. Checkout the playgroung here
Resources
- Practical book about cryptography for developers - A book
- Practical Cryptography With Go - A book
- Benchmarking Framework ZKP frameworks - Paper
- Other Zkp
npm install -g @vue/cli
git clone
cd
npm i
npm run serve
Features
- Basic concept of cryptography
- Hashing
- Symmetric Key Cryptography
- Asymmetric Key Cryptography
- Digital Signature
Libraries
- Hashing
- Symmetric Key Cryptography
- Aes-js with CTR mode
- Asymmetric Key Cryptography
Screens
Hashing

Symmetric Key Cryptography

Asymmetric Key Cryptography
Generating Key Pair

Encryption

Decryption

Digital Signature
Signing Message

Verifying Message
