mwthink / crypto-demo

In-browser cryptography demonstration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crypto-demo

This repo contains a web application that demonstrates basic cryptographic functions via PGP including:

  • Hashing
  • Key generation
  • Signing
  • Verifying
  • Encryption
  • Decryption

The application can be accessed here.

Quick Start

To run in dev mode:

yarn install
npx webpack serve

About

In-browser cryptography demonstration

License:MIT License


Languages

Language:TypeScript 97.9%Language:HTML 2.1%