https://github.com/predetermined/pgpweb
A web application designed to simplify PGP usage.
https://github.com/predetermined/pgpweb
Last synced: about 1 month ago
JSON representation
A web application designed to simplify PGP usage.
- Host: GitHub
- URL: https://github.com/predetermined/pgpweb
- Owner: predetermined
- Created: 2024-09-27T19:26:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T19:05:11.000Z (over 1 year ago)
- Last Synced: 2026-05-26T22:35:19.116Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 228 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.

## 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`