Open xcoderzach opened 9 years ago
weird, i've never seen this one before. what's the context?
We were trying to securely send a large ~6gb text file. So we keybase encrypt
ed it, sent it over airdrop, and keybase decrypt
ed it, which is when I got this error.
Is it weird that 6gb plaintext becomes only 950mb encrypted?
PGP has compression in the spec. It's a little bit of everything. Sorry I didn't see your mention of a 950mb file. Unfortunately we haven't gotten streaming to work yet in our library. Grrr, we had a branch but had to switch onto something else. You could use gpg --decrypt
just for now. Sorry about that.
Good to know, and thanks for the great product!
I'm getting the error:
when I try to decrypt a 950mb file.