-
If AES CTR/GCM mode can support the following streaming types, it would be very helpful to encrypt and decrypt large files without a lot of memory. Thanks!
```typescript
export type Cipher = {
…
-
- OpenPGP.js version: 5.11.2
- Affected platform (Browser or Node.js version): Node.js 20.17.0 (but seems to be platform/version independent)
**Problem:** When verifying a signed message …
-
We are currently using the `@openpgp/web-stream-tools` library for streaming because the native Streams API doesn't support functions like `readToEnd`, which is utilized in our project.
…
-
If you require openpgpjs in your project, you will get the error:
mscorlib: Error: Cannot find module 'crypto'
This is even if you have the module "crypto" required by the application.
#### Rep…
-
## The dependency [openpgp](https://github.com/openpgpjs/openpgpjs) was updated from `4.5.5` to `4.6.0`.
🚨 [View failing branch](https://github.com/jokeyrhyme/git-crypt-users-js/compare/master...jok…
-
See https://github.com/openpgpjs/openpgpjs/tree/ecc_nist and PR https://github.com/openpgpjs/openpgpjs/pull/618 that has been merged.
-
### Action name
uses: openpgpjs/github-action-pull-request-benchmark
### Reasons
```shell
openpgpjs/github-action-pull-request-benchmark
```
### Intended usage
```markdown
openpgpjs/github-actio…
-
Description: BCC emails can be identified by directing the ASCII armor emails. We must pass the `wildcard` option on `encrypt()` if the email contains bcc email addresses for an extra level of securit…
-
Cryptee uses Openpgpjs's aead_protect mode:
https://github.com/cryptee/web-client/blob/51cd8bc43216f18a612a9cdab0a40a4dd146fa28/source/js/main.js#L1103
This is not a standardized PGP feature: htt…
-
Maybe we could use https://github.com/openpgpjs/openpgpjs it works on the client in Chrome so it should be usable in node.