crypto icon indicating copy to clipboard operation
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

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

Screens

Hashing

hash

Symmetric Key Cryptography

symme

Asymmetric Key Cryptography

Generating Key Pair

symme

Encryption

symme

Decryption

symme

Digital Signature

Signing Message

symme

Verifying Message

symme