![]() Breaking change: `openpgp.encryptKey` now throws if an empty string is given as passphrase. The operation used to succeed, but the resulting key was left in an inconsistent state, and e.g. serialization would not be possible. Non-breaking changes: - `options.passphrase` in `generateKey` and `reformatKey` now defaults to `undefined` instead of empty string. Passing an empty string does not throw for now, but this might change in the future to align with `encryptKey`'s behaviour. - In TS, add `GenerateKeyOptions` as alias of `KeyOptions`, to clarify its scope. |
||
---|---|---|
.. | ||
benchmarks | ||
crypto | ||
general | ||
security | ||
typescript | ||
worker | ||
karma.conf.js | ||
unittests.html | ||
unittests.js |