{"id":51551373,"url":"https://github.com/noisyloop/pretty-good-encryption","last_synced_at":"2026-07-10T00:01:28.254Z","repository":{"id":367881447,"uuid":"1282664630","full_name":"noisyloop/pretty-good-encryption","owner":"noisyloop","description":"pretty good encryption app","archived":false,"fork":false,"pushed_at":"2026-06-28T05:21:20.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-28T06:21:12.783Z","etag":null,"topics":["cryptography","pgp","pgp-encryption","pretty-good-privacy","vitejs"],"latest_commit_sha":null,"homepage":"https://pretty-good-encryption.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noisyloop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-28T04:09:28.000Z","updated_at":"2026-06-28T05:21:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/noisyloop/pretty-good-encryption","commit_stats":null,"previous_names":["noisyloop/pretty-good-encryption"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/noisyloop/pretty-good-encryption","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noisyloop%2Fpretty-good-encryption","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noisyloop%2Fpretty-good-encryption/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noisyloop%2Fpretty-good-encryption/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noisyloop%2Fpretty-good-encryption/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noisyloop","download_url":"https://codeload.github.com/noisyloop/pretty-good-encryption/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noisyloop%2Fpretty-good-encryption/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35315894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptography","pgp","pgp-encryption","pretty-good-privacy","vitejs"],"created_at":"2026-07-10T00:01:26.943Z","updated_at":"2026-07-10T00:01:28.238Z","avatar_url":"https://github.com/noisyloop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pretty-good-encryption\n\n**An interactive PGP cryptography education tool that runs entirely in your browser.**\n\n\n\npretty-good-encryption makes PGP tangible. Generate real keypairs, encrypt and decrypt messages, sign and verify — all client-side, all in one tab. No accounts, no servers, no data leaves your machine.\n\n---\n\n## Features\n\n- **Key Generation** — create RSA or ECC keypairs with a name, email, and optional passphrase\n- **Encrypt / Decrypt** — paste a recipient's public key and encrypt any message; decrypt with your private key\n- **Sign / Verify** — sign messages to prove authorship; verify signatures against a known public key\n- **Key Inspector** — parse and display key metadata (fingerprint, algorithm, creation date, expiry)\n- **100% client-side** — all cryptographic operations run in the browser via [openpgp.js](https://openpgpjs.org/); nothing is transmitted or stored externally\n\n---\n\n## Tech Stack\n\n| Layer | Choice |\n|---|---|\n| Framework | React 18 |\n| Build tool | Vite 5 |\n| Crypto library | openpgp.js v5 |\n| Fonts | Ubuntu / Ubuntu Mono (Google Fonts) |\n| Deployment | Vercel |\n\n---\n\n## Getting Started\n\n**Prerequisites:** Node.js 18+\n\n```bash\ngit clone https://github.com/noisyloop/pretty-good-encryption.git\ncd pretty-good-encryption\nnpm install\nnpm run dev\n```\n\nOpen `http://localhost:5173` in your browser.\n\n### Build for production\n\n```bash\nnpm run build\nnpm run preview   # verify the production build locally\n```\n\nThe output lands in `dist/` and is ready to deploy anywhere that serves static files — Vercel, Netlify, Cloudflare Pages, or a plain nginx box.\n\n---\n\n## Project Structure\n\n```\npretty-good-encryption/\n├── src/               # React components and crypto logic\n├── index.html         # Vite entry point\n├── vite.config.js     # Vite configuration\n├── vercel.json        # Vercel deployment settings\n└── package.json\n```\n\n---\n\n## Security Notes\n\n- Private keys are never sent anywhere — all operations are in-memory in your browser session.\n- Keys are not persisted; refreshing the page clears them. Copy anything you want to keep.\n- This tool is intended for **learning and experimentation**. For production key management, use a dedicated tool like GPG, Kleopatra, or a hardware security key.\n\n---\n\n## License\n\n[MIT](LICENSE) — do whatever you want, just don't blame me if your secrets end up on a sticky note.\n\n---\n\n*Built by [noisyloop](https://github.com/noisyloop)*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoisyloop%2Fpretty-good-encryption","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoisyloop%2Fpretty-good-encryption","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoisyloop%2Fpretty-good-encryption/lists"}