Closed vzool closed 6 years ago
I tried to encrypt content with RSA/4096 key generated by Mailvelope
I don't think OpenGPG is compatible with our encryption format.
Instead of EasyRSA (which is only compatible with itself), consider switching to https://github.com/paragonie/gpg-mailer instead.
I've updated the readme to make this clearer. https://github.com/paragonie/EasyRSA#compatibility
Oh, great ... This is so fantastic. Thanks you very much <3
Hi,
I tried to encrypt content with RSA/4096 key generated by Mailvelope, then the web server send the encrypted message to my email, in order to use Mailvelope to decrypt and read server message from my mail box directly without copy and paste everytime. But, it fails to be decypted by Mailvelope look here:
Error message:
I even tried to add a header and footer for the encrypted message like this:
And error message changed to something else, look here:
I add a new line after header line, like this:
And error message changed again, look here:
Snippet to generate encrypted message:
keys/Debugging_pub.asc
As I think the library itself didn't complaint about the public key and the encryption process just done fine.
What I missed here, could anyone help me out?
Thanks