Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 427 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 427 Bytes

pgpweb

Warning

Please do not use your real keys yet. This project hasn't been tested properly.

A web application designed to simplify PGP usage.

A screenshot of the UI, showcasing the identities and contacts

Features

  • Local storage encryption
  • Key import
  • Key generation
  • Message en-/decryption

Usage

Starting the project

  1. Clone the project
  2. npm install
  3. npm run dev