An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



FoxyPGP


PGP integration for web browsers

[![Firefox](https://extensionworkshop.com/assets/img/documentation/publish/get-the-addon-178x60px.dad84b42.png)](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