https://github.com/foxrefire/foxypgp
PGP integration for web browsers
https://github.com/foxrefire/foxypgp
Last synced: 10 months ago
JSON representation
PGP integration for web browsers
- Host: GitHub
- URL: https://github.com/foxrefire/foxypgp
- Owner: FoxRefire
- License: agpl-3.0
- Created: 2024-08-21T21:12:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T15:45:43.000Z (over 1 year ago)
- Last Synced: 2024-11-23T16:32:17.037Z (over 1 year ago)
- Language: JavaScript
- Size: 480 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FoxyPGP
PGP integration for web browsers
[](https://addons.mozilla.org/ja/firefox/addon/foxypgp/)
## Features
* Import PGP keys from clipboard/file
* Generate PGP keypair
* Manage PGP keys
* Export PGP keys
* Sign/Verify messages
* Encrypt/Decrypt messages
## Screenshots


## Third-party libraries/Referenced codes
* [Kalai Oval Interface Icons](https://www.svgrepo.com/svg/502785/password)([Public Domain](https://www.svgrepo.com/page/licensing/#PD)) //Extension Icon
* [jquery](https://github.com/jquery/jquery)([MIT](https://github.com/jquery/jquery/blob/main/LICENSE.txt)) //Simplify code
* [Materialize](https://github.com/materializecss/materialize)([MIT](https://github.com/materializecss/materialize/blob/main/LICENSE)) //App interface
* [Material Symbols & Icons](https://fonts.google.com/icons)([SIL Open Font License](https://openfontlicense.org/)) // App interface
* [OpenPGP.js](https://github.com/openpgpjs/openpgpjs)([LGPL 3.0](https://github.com/openpgpjs/openpgpjs/blob/main/LICENSE)) //PGP core functions