-
- [ ] scrypt sync
- [x] scrypt async
- [x] scrypt config
- [ ] sha256
- [ ] keybase: https://github.com/keybase/kbpgp
- [ ] tweetnacl: https://github.com/dchest/tweetnacl-js
-
I am using keypgp (thanks!) which depends on the bn package. However, bn does not specify a license. Would the same license as kbpgp be acceptable?
-
Hi!
Is it possible to encrypt/decrypt files using KBPGP?
-
If a pgp private key is imported directly it works correctly, but it appears to be written to publickey areas as well. This results in the private key being exposed when trying to access the publicKey…
-
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 (containing 11 packets, three of which …
-
Having a quick look at the source, it doesn't look like PGP/Inline is
supported. PGP/Inline is used a lot more now that Keybase is a thing.
You encrypt your message as you normally would, and then sig…
-
On your web page you list examples of devices that use kbpgp.js and mention to hit you up on Github to add content. We have launched a Kickstarter ([OnlyKey Quantum](https://www.kickstarter.com/projec…
-
kbpgp supported create detached signature?
In changelog:
> 0.1.18 (2014-05-27)
> Detached signature generation and verification.
But I cannot find example and my script not work
```JS
var …
-
I can't encrypt/decrypt messages. There is no error, but nothing happens. Method is called, but no callback.
```
-[KBJSCore readFile:]:96: JSCore content:keybase.js, 1624538
-[KBJSCore readFile:]:9…
-
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 use to get past this. …