JohnE

Results 20 comments of JohnE

yes, the forked project is dusting off the dirt and getting the project back to 2020. more progress there than in the last year in this repo. the maintainers here,...

they need to update the README, to ABANDONED they need to cancel the patreon I came here to use the lib, but found that this project turned nasty

I cannot wait on the generate() which is really annoying ``` async function pgp_test() { let opts = getOpts(); let keyMgr; console.log("1111"); await kbpgp.KeyManager.generate(opts, (err, mgr) => { console.log("2222"); if...

I did more research. Here is how we can bring modern code to this thang. ``` const util = require('util'); // no callbacks!!! async function genKey(opts) { try { let...

I'm seeing this same issue. Did you resolve it? In my testing I've found that it retains the first, original passphrase. Any other passphrase after is ignored. This makes it...

aah, thanks for a response. Good to hear from someone. Kind of a ghost town here these days. My client wants PGP for messaging protections. WebCrypto is providing the raw...

so none of these electron-wepack quick starts are working. I did the suggested fix for webpack 5.x ... so I got past that error

I'm getting the feeling there are NOT a lot of Electron apps being made...because this library solved a REAL issue. I just started on an Electron app and i'm finding...

@aguynamedben who am I flaming in my comment? My observation of the state of electron right now is that a lot of things are broken. Because while i'm learning and...