Daniel Huigens
2fffc76060
Don't overwrite Web Streams Polyfill to globals
...
Instead, use the ponyfill that's now included in web-stream-tools.
Also, convert back to native ReadableStream when we used the ponyfill.
2021-02-09 19:25:20 +01:00
chenlhlinux
b76c67aba8
Fix signature verification examples in the README ( #1058 )
2020-03-12 20:13:22 +01:00
Stig P
21c7d69f56
Fix typo in symmetric encryption example in README.md ( #1042 )
2020-02-03 15:10:19 +01:00
Daniel Huigens
e14a3c78b7
Add instructions to pipe unarmored encrypted data on Node.js
2020-02-02 16:51:01 +01:00
Daniel Huigens
b49e787ba9
Update setup instructions
2020-02-02 16:51:01 +01:00
Daniel Huigens
7000d9db4b
Clean up README.md
2020-02-02 16:51:01 +01:00
Daniel Huigens
fbbeaa3cd9
Rename numBits
and bits
to rsaBits
( #970 )
...
Keep supporting the old names as well though in `openpgp.generateKey`
and `getAlgorithmInfo`, but not in `openpgp.key.generate` (as it is
recommended that developers use `openpgp.generateKey` instead, and
it now throws when using `numBits` instead of `rsaBits`, so there's
no risk of silent key security downgrade).
The old names are now deprecated, and might be removed in v5.
2019-09-18 13:40:44 +02:00
Daniel Huigens
9b5124d5cd
Switch from Sauce Labs to Browserstack ( #965 )
...
* Switch from Sauce Labs to Browserstack
* Don't run all tests on CI
2019-09-16 14:59:06 +02:00
Daniel Huigens
8f54c00fd3
Bump link to draft spec in README.md
2019-08-12 17:46:37 +02:00
Daniel Huigens
a184ef6ec4
Remove support for the previous draft00 AEAD
2019-08-12 17:46:37 +02:00
Remy
b035f2ea46
Fix nodejs API crypto link ( #909 )
2019-06-07 14:57:09 +02:00
Daniel Huigens
34e6eacb2f
Don't attempt to use workers if they fail to load
2019-05-02 12:08:08 +02:00
rash0
3edc6e7501
++ Add another Domain for HKP server ( #855 )
...
* ++ Add another Domain for HKP server
the pgp.mit.edu domain is most of the time down and responds with time out...so i discovered this ubuntu domain for the same database...but its much faster and never falls....i think too much traffic over the bit one :(
* Update hkp.js
* Change HKP server url
* Defined the default HKP server
* Update README.md
Co-Authored-By: rash0 <40761345+rash0@users.noreply.github.com>
* ++ Add revocation certificate test
didn't know if i should use the revocation certificate in the test/key.js file or generate a new one...so i generated a test one and used it...
2019-02-11 11:33:24 +01:00
Chris Cunningham
bd964334cd
Update README.md: Fix error
...
I was seeing this error:
```
index.js:29
message: await openpgp.message.readArmored(encrypted), // parse armored message
^^^^^^^
```
And I think it's because the async was missing.
2019-01-15 20:51:30 -08:00
Ben Holden-Crowther
53237392f2
Added link to license for informational purposes
2019-01-09 12:03:49 +00:00
Ben Holden-Crowther
e52504b0fd
Removed broken links
...
Removed broken links in readme
2019-01-05 21:30:21 +00:00
Ben Holden-Crowther
fe3c9a0602
grammar improvement
...
built-in vs builtin
2019-01-03 14:24:47 +00:00
Daniel Huigens
9b7a9d7a41
Add links to Gitter
2018-12-18 15:36:00 -05:00
Meitar M
cd61531b41
Fix revocation example in README, use revocationCertificate
.
...
There is no longer any `revocationSignature` member of OpenPGP.js `key`
objects, and the `options` object passed to the `revokeKey()` method no
longer accepts a `revocationSignature` member, either. These have been
changed to `revocationCertificate`, so this commit updates the examples
that use this part of the API to reflect the current implementation.
2018-12-15 15:14:40 -05:00
Daniel Huigens
08f48bfc2c
Switch to seek-bzip
2018-11-05 12:49:53 +01:00
nickmi
cdec95cb21
Update README.md
2018-10-23 23:05:24 +03:00
nickmi
50e522f34a
Update README.md
2018-10-23 18:58:17 +03:00
Sanjana Rajan
f15b648b01
edit README wording
2018-10-12 17:27:09 +02:00
Hans-Werner Roitzsch
12418921d0
adapted comment for pull request
2018-10-12 16:19:22 +02:00
Hans-Werner Roitzsch
2f1f901fdf
added helpful comment about default encryption and decryption of U8intArray with password
2018-10-11 11:51:23 +02:00
Stanislav Mikhaylov
a4276677b8
Update function to be clear
...
Update function to be clear and without hardcoded payload
2018-10-09 11:10:27 +03:00
Stanislav Mikhaylov
9f8c93dc04
Multiple public keys example
2018-10-09 10:51:38 +03:00
Stanislav Mikhaylov
ee1bcce275
Multiple public keys code
...
Update README.md with the code example by @avimar (https://github.com/openpgpjs/openpgpjs/issues/271#issuecomment-274901731 ). Think that it's too hard to find and missed in documentation.
2018-10-08 18:23:54 +03:00
Daniel Huigens
6134b0dcaf
Update README.md
2018-08-14 17:50:25 +02:00
Daniel Huigens
0372bf78f1
Make (de)armoring and packet reading asynchronous
2018-08-10 14:44:01 +02:00
Daniel Huigens
1ed7943bf9
Create openpgp.revokeKey
2018-07-11 17:57:31 +02:00
Viet Nguyen
65be3ed77a
new Encrypt and decrypt String data with PGP keys example
2018-05-09 21:48:00 -04:00
Daniel Huigens
3ffcc7bb76
Fix AEAD instructions
2018-05-03 16:05:31 +02:00
Daniel Huigens
04651e359a
Rename enums.aead.gcm to experimental_gcm
...
So that (1) if the spec ever defines GCM differently than we do, we have a
clean upgrade path and (2) it makes it clear that it's experimental.
2018-04-30 15:55:37 +02:00
Daniel Huigens
4e204d7331
Update AEAD instructions in README
2018-04-30 15:55:32 +02:00
Daniel Huigens
e9a360019c
Update table of supported native ECC curves
2018-04-27 14:06:18 +02:00
Mahrud Sayrafi
944dece506
Adds Brainpool Curves + tests + docs
2018-03-18 10:12:29 -07:00
Mahrud Sayrafi
08da24de27
documentation fixes
2018-03-08 10:55:58 -08:00
Sanjana Rajan
6c7a73b5d0
README formatting
2018-03-08 13:10:19 +01:00
mmso
8808fdb8ed
Fix #607 - Add support for bzip2 de/compression
2018-02-14 14:14:07 +01:00
mmso
7a2c3578bf
Update README
2018-02-13 15:25:20 +01:00
Mahrud Sayrafi
f113078f65
Fixes detached signing/verification example in README.md; Closes #622
2018-02-12 10:27:47 -08:00
Mahrud Sayrafi
d851398b0c
Merge branch 'master' into http-to-https
2018-02-08 10:56:46 -08:00
Mahrud Sayrafi
1383107202
Fixed and unmuted a few eslint errors, ~10 remain
2018-02-07 04:23:16 -08:00
Mahrud Sayrafi
b2e39ccaf9
Documentation and cleanups
2018-02-07 03:25:28 -08:00
Daniel Kahn Gillmor
4da28fcc29
move from http to https where possible.
...
There are dozens of links in the OpenPGP.js codebase that are http but
could be replaced with https links. I've converted as many of them as
i could find.
2018-02-01 09:58:06 -05:00
Mahrud Sayrafi
3129e7c4e3
Adds X25519 tests and updates README.md
2018-01-30 18:35:29 +01:00
Frank Cash
3588ef8f18
Update README.md
2017-04-12 21:05:13 -04:00
Sanjana Rajan
3c1a82759d
include key decryption step in README
2017-03-28 13:04:36 -07:00
Bart Butler
69da0974ca
Merge pull request #522 from danenania/patch-1
...
Readme - add warning about config.aead_protect potentially breaking compatibility
2017-03-28 10:40:06 -07:00