Keybase PGP on Mac cannot handle line endings from Enigmail
Open
- Dominant language
- Go
- Stars
- 9.2k
- Forks
- 1.3k
- Avg merge
- 12h 58m
- Merged PRs (30d)
- 56
Description
When Enigmail encrypts a message within Thunderbird it creates a ASCII Armored PGP message with just 0x0D to separate lines.
When run through: `keybase pgp decrypt -i X.asc -o X`, keybase terminates with `ERROR EOF`
Would be useful to be able to handle files with just 0x0D as line separators.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the `keybase pgp decrypt -i X.asc -o X` entry point and reproduce the failure using an ASCII-armored Enigmail message whose lines are separated by 0x0D. Done means the command decrypts files using CR-only line separators without returning `ERROR EOF`.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cryptography
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100