-
Hi dear keybase team,
i just created two sub keys, secp256k1, for signing and encryption and when
uploading my pub key to keybase via the web interface i get the following error:
Error: Unknown…
-
There is a pretty nifty library built by @diafygi called [PublicKey.js](https://github.com/diafygi/publickeyjs) that allows for searching the keyservers in the browser. Seems like it could be implemen…
-
To reproduce:
1) create a private key with gnupg that does not have any userid
2) try to set up FlowCrypt with it
3) you get:
```
Error: Invalid key: need at least key and user ID packet
at new …
-
I have a separate subkey for encryption and signing; Mailvelope seems unable to use the signing subkey for signing, even if it's the only private key on the ring. It silently fails whenever I try to s…
-
The key APIs are a bit of a mess - `PgpKey`, `PgpPublicKey`, `PgpSecretKey`, `PgpPrivateKey`, `PgpKeyPair`, etc. Same thing for the key rings and key ring bundles.
It's non obvious how these are bo…
-
When building/running our TypeScript project which is transpiles into ES5, the TypeScript compiler expects all dependencies to already be also ES5 compatible. And so it trips on `import` statements et…
-
I can use passbolt cli to download my encrypted passwords.
It will be great if I can download all encrypted passwords stored on the system.
In case of a disaster I can fast and easy build a syst…
-
I recently stumbled upon the WebPG browser extension which bridges the full functionality of a locally installed gnupgp instance into the browser and makes it accessible via javascript. This has the b…
-
Hey Roman,
I have this question how can I implement the GPG feature to sign a text for example
1- I generate a GPG key on my trezor
2- My app displays a text on text box
3- I want to sign tha…
-
Thank you so much for the great library. It helps me a lot.
The current README.md says as follows.
> Please note that in those browsers, the global ReadableStream property gets overwritten with …