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

2.0.7

Diff

Changelog

Source

2.0.7 (2015-02-24)

Features:

  • Add a no_check_keys to KeyManager import routines for PGP. Needed in the case of replacing an expired key.
    • See here: https://github.com/keybase/keybase-issues/issues/1410
maxtaco
published 2.0.6 •

Changelog

Source

2.0.6 (2015-02-19)

Features:

  • Add get_fp2() and get_fp2_formatted() to KeyManager. For PGP it's the same as a regular fingerprint, but for NaCl, it's base64-encoding of the whole key.
  • Add get_type() to KeyManager so make further display decisions.
maxtaco
published 2.0.5 •

Changelog

Source

2.0.5 (2015-02-12)

Bugfixes:

  • Update reg tests; my subkey had expired, so I just refreshed it.
  • Node.js changed zlib, which can now return empty buffers.
maxtaco
published 2.0.4 •

Changelog

Source

2.0.4 (2015-02-10)

Bugfix

  • Fix bug in DH NACL KeyManager, it's not able to verify
maxtaco
published 2.0.3 •

Changelog

Source

2.0.3 (2015-02-05)

Bugfix:

  • can_Sign() is a misleading name, better to have can_verify(), which says whether or not this key is a sign/verify keypair, and makes no indications about whether it has a privkey or not.
maxtaco
published 2.0.2 •

Changelog

Source

2.0.2 (2015-01-29)

Bugfix:

  • Fix error condition in kb.SignatureEngine.unbox in which we didn't handle a wrong public key properly
maxtaco
published 2.0.1 •

Changelog

Source

2.0.1 (2014-12-22)

  • get_ekid() implementation for openpgp KeyManagers
    • SignatureEngine.box for keybase and openpgp-style packets
    • generate EdDSA keys from deterministic seed (#59)
    • wrap DH as we do EdDSA (#60)
    • allow split key-generation for server-assists
    • Partially address #62, a bug in EC point output (improper padding)
    • SignatureEngine::decode now does some of the work for unbox, on a per-sig-eng basis (different from openpgp and kb)
maxtaco
published 2.0.0 •

Changelog

Source

2.0.0 (2014-12-10)

  • Vbump to 2.0.0; we changed where the SignatureEngine is, thereby breaking API compatibility.
maxtaco
published 1.2.0 •

Changelog

Source

1.2.0 (2014-12-10)

New features:

  • NaCl support for keybase-formatted signatures
    • OpenPGP EdDSA support still to come...
    • Most work done on Issue #48
  • Fix #53 -- get keymanagers back from detached sigs
    • Slight hack for "streaming data" in which it doesn't make sense to have a literal. So have an empty placeholder literal instead
maxtaco
published 1.1.9 •

Changelog

Source

1.1.9 (2014-12-09)

Bugfix:

  • Fix for previous bugfix (#47). Better check for e < 2^32.
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