New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kbpgp

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kbpgp - npm Package Versions

1
17

1.0.4

Diff

Changelog

Source

1.0.4 (2014-09-17)

Feature:

  • Changes to unbox (in response to #42)
    • Can pass { strict : false } to unbox, and it won't crap out if it can't verify signatures.
    • Now calls back with an err, Array<Literals>, Warnings triple.
maxtaco
published 1.0.3 •

Changelog

Source

1.0.3 (2014-09-10)

Security upgrade:

  • Run various validity checks in incoming PGP keys;
    • See this thread for more info: http://www.metzdowd.com/pipermail/cryptography/2014-September/022758.html
maxtaco
published 1.0.2 •

Changelog

Source

1.0.2 (2014-08-21)

Bugfixes:

  • Fix bug in export_pgp_private wrapper routine...
maxtaco
published 1.0.1 •

Changelog

Source

1.0.1 (2014-08-18)

Bugfixes:

  • Address errant iced-coffee-script inclusion via triplesec@3.0.18 upgrade
maxtaco
published 1.0.0 •

Changelog

Source

1.0.0 (2014-08-18)

  • Official release!
maxtaco
published 0.3.2 •

Changelog

Source

0.3.2 (2014-08-16)

Bugfixes:

  • Strip out stray debug message
  • Use 'armored' rather than 'raw' in KeyManager interface, for consistency's sake. Still allow 'raw' but mark it as DEPRECATED.
  • Don't require unlock_pgp() to be called on an unlocked key. Do it internally so as not to confuse people.
  • Upgrade to Triplesec v3.0.18 for less-wasteful entropy generation

Features:

  • ASPs now accepted and supported in box/unbox operations
  • API streamlining: easier to get the key_manager from a packetsig
maxtaco
published 0.3.1 •

Changelog

Source

0.3.1 (2014-08-06)

Tweaks:

  • Rename generate_std to generate_rsa
  • Alias KeyManager.export_pgp_private

Bugfixes:

  • Close keybase/keybase-issues#921 -- fix a zip/browserify bug by ignoring an error that seems harmless. This might break in the future, so keep on eye on it. The break will be that valid messages refuse to decrypt and inflate.
maxtaco
published 0.3.0 •

Changelog

Source

0.3.0

Tweaks:

  • Change the KeyFetcher::fetch interface. Callback now callsback with (err, key_manager, index) triple rather than the shmorgasbord of parameters we had before. Do a minor version update to show lack of compatibility with previous 0.2.0 release
maxtaco
published 0.2.0 •

Changelog

Source

0.2.0

Features:

  • RFC 6637: ECC crypto: ECDSA and ECDH. Experimental and not recommended, since more GPG clients do not support it.
  • Add new API entrance points for cleaner code and consistent metaphors. Don't throw away the old entrance points just yet
maxtaco
published 0.1.23 •

Changelog

Source

0.1.23 (2014-07-08)

Optimizations:

  • Switch to bigint squaring, rather than modPowInt(2), and expose a few more features of bn to make this work.
  • Upgrade to the newest version of bn, @v1.0.0

Bugfix:

  • Fix a bug in clearsign parsing; we were being to liberal in our understanding of BEGIN PGP blocks. They have to start at the beginning of a line, as made explicit in the "clearsign your public key" test case.
    • Fix via upgrade to pgp-utils@
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc