Maxwell Krohn
Maxwell Krohn
Start with [this example](https://keybase.io/kbpgp/docs/decrypting). If you have a static buffer with your file data, then the only extra parameter is that buffer, which can be passed in as `data`: ```...
No, pass that as `armored` in my above example. Pass the other blob of data as `data`.
I think the problem is this: ``` warn: gpg: key 6052B2AD31A6631C: rejected by import filter ``` Do you have some stuff in your gpg.conf file? Does it work with the...
Yes, it's usually safe
Thanks for that. Well, I can't reproduce it, even with the same version of GnuPG. However, maybe it's a bug in that version? I found [this](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760392) when googling around for...
Seems like you are getting a base64-encoded output if it's 25-30% larger on decryption
Can you provide more context? I.e., a self-contained snippet to reproduce the issue? Thanks.
Afk for a bit. Does it work btw to call generate_gcc rather than generate? On Wednesday, June 24, 2015, John Zila [email protected] wrote: > https://github.com/jzila/keybase-bug-demo > > — > Reply...
Just for now I would copy the args used in generate_ecc and add the desired expiration. On Wednesday, June 24, 2015, John Zila [email protected] wrote: > Yep it does, but...
Great. It is likely an unexpected combination of options in your previous code. On Wednesday, June 24, 2015, John Zila [email protected] wrote: > Sweet, that worked. Thanks :). > >...