pgp.help icon indicating copy to clipboard operation
pgp.help copied to clipboard

Modern web-app for simple PGP encryption and decryption

Results 7 pgp.help issues
Sort by recently updated
recently updated
newest added

It can help you to keep your npm dependencies updated. See https://greenkeeper.io/ for more details. @greenkeeperio

Is there an option to upload a binary key? https://pgp.help/#/import

AFAIK you still use OpenPGP.js v1.2, but there is even [v2](https://github.com/openpgpjs/openpgpjs) available now, so what about upgrading?

It would be nice if you could set link headers for pushing assets to the user. Especially the [HTTP/2 server push](https://blog.cloudflare.com/announcing-support-for-http-2-server-push-2/) is an efficient way of doing that and it...

You should consider signing git commits & releases. - [onionshare#221 (comment)](https://is.gd/7vU4oK) - It is also displayed on GitHub: https://github.com/blog/2144-gpg-signature-verification - Here is GitHub's help for this: https://help.github.com/articles/generating-a-gpg-key/ - And here...

When you do not enter some values (or do not enter any value) when generating your identity, the generation fails and shows no error message. But you can see the...

There are no installation instructions at all. So how can I install this? I tried this: ``` console $ npm install $ gulp ``` But I still don't know where...