-
https://github.com/openpgpjs/noble-curves/commit/559e53c4293d9f858e2fa74502c1c37fba6a90b5
@larabr a pr would be highly appreciated!
-
Hello,
I'm trying to migrate from SQLite to Postgres using this tool, but I have the following error:
```
INFO[2024-02-06T11:49:48+01:00] ✅ hex-encoded data values wrapped for insertion
FATAL…
-
It would be great to allow async processing of encoding and decoding of messages. For example openpgpjs encrypts and decrypts data asynchronously. The connector would need to allow to pass in async en…
-
- [x] ECEIS
- [ ] curve25519 (Nacl is an implementation I believe)
- [ ] Tweet nacl: https://www.npmjs.com/package/tweetnacl
- [x] https://github.com/meetsiraja/ethereum-rsa
- [x] We might be able…
-
I would suggest that in order to verify the compatibility of the library with the various trargetted browsers and in order to keep track of various code quality indicator you could implement integrati…
-
Opening Repos with a lot of Markdown content in its Readme.md file crashes the app. Also in a lot of cases even if the Markdown is not huge it is unable to render it completely.
Examples:
- https://…
-
Frage, hast du eigentlich einen Upload & Download von Keys integriert?
Weil OpenPGPJS unterstützt es:
```js
var hkp = new openpgp.HKP('https://pgp.mit.edu');
var options = {
query: 'alice…
ghost updated
3 years ago
-
Hi,
I started using your plugin, while I like it so far, I think there is a very important feature missing: support for revocation lists.
Without those, if I loose control over my private key, an a…
-
Getting this error with [asn1.js](https://www.npmjs.com/package/asn1):
```
internal/modules/cjs/loader.js:800
throw err;
^
Error: Cannot find module 'asn1.js'
Require stack:
- /home…
-
When trying to import a key that has an authorized revoker Mailvelope fails because openpgpjs doesn't support this, What is the reasoning of not supporting this?
ghost updated
7 months ago