kbpgp
kbpgp copied to clipboard
OpenPGP (RFC4880) Implementation in IcedCoffeeScript
Using NW.js 0.12.3 x64 on Win32. ``` js Uncaught TypeError: undefined is not a function C:\Users\jared\Desktop\mp2pcc\node_modules\kbpgp\lib\openpgp\burner.js:375 Burner._encrypt_session_key_once.iced.Deferrals.parent C:\Users\jared\Desktop\mp2pcc\node_modules\kbpgp\lib\openpgp\burner.js:386 (anonymous function) C:\Users\jared\Desktop\mp2pcc\node_modules\kbpgp\node_modules\iced-runtime\lib\runtime.js:86 exports.Deferrals.Deferrals._call C:\Users\jared\Desktop\mp2pcc\node_modules\kbpgp\node_modules\iced-runtime\lib\runtime.js:98 (anonymous function) C:\Users\jared\Desktop\mp2pcc\node_modules\kbpgp\node_modules\iced-runtime\lib\runtime.js:64 exports.trampoline.trampoline C:\Users\jared\Desktop\mp2pcc\node_modules\kbpgp\node_modules\iced-runtime\lib\runtime.js:96 exports.Deferrals.Deferrals._fulfill C:\Users\jared\Desktop\mp2pcc\node_modules\kbpgp\node_modules\iced-runtime\lib\runtime.js:29...
Crash sign with buffer large then 1024 * 1024 * 177 ``` 1176 ms: Mark-sweep 38.5 (60.2) -> 29.1 (51.6) MB, 36.5 / 0.0 ms (+ 7.2 ms in 2...
So far I've found that this module is quite nice, but it really lacks documentation. I have had to dig through source code several times now to see if an...
The front page advertises to download `kbpgp-2.0.8-signed-release.zip` and offers instructions for `keybase dir verify`, but as of keybase 1.0.18, `keybase dir verify` just reports `keybase dir has been deprecated`.
Hi, I'm really only familiar with PGP at a conceptual level, so forgive me if this is off-base. I'm in a situation where I've been given a standard key file...
I've been able to directly add a key (public or private) to a key manager as long as the input data is ASCII armored. Unfortunately I haven't been able to...
Thanks for your hard work! It's truly great! I ran into an issue with a new onboarding as their key is not supported. I get an error stating "Unknown public...
Can't figure out how to get kbpgp to recognize Crypto in FF's webworker. Basically self.crypto isn't set, and kbpgp appears to look for window.crypto only. Here's an ugly fix I...
I need to use kgpgp in a webworker. When I try to do so I get ``` No rng found; tried requiring "crypto" and window.crypto ``` since there's no window...
I get this error: > No packets; cannot extract a key when running `KeyManager.import_from_armored_pgp()`. What does it mean? ``` var pub_key = "-----BEGIN PGP PUBLIC KEY BLOCK-----\nVersion: SKS 1.1.5\nComment: Hostname:...