Andreas Strahm

Results 2 comments of Andreas Strahm

Question related to this issue: Is PGPro capable of decrypting binary files, for example .pdf files? Looking at the code https://github.com/lucanaef/PGPro/blob/cdd0121ea625ec01203237a69f00d649b6680344/PGPro/Global/Model/Services/CryptographyService.swift#L121 it seems that is can only decode simple text....

The message invalid error results from .asc files which contain Windows style line terminations, `CR`+`LF` instead of Unix style line terminations just `LF`. In this case the regular expression `"-----BEGIN...