Closed nikTC closed 2 years ago
Sorted this with by directly using systems gpg engine
system("gpg --armor --sign --recipient #{my_recipient} --output output-file-path --compression-algo zip --always-trust --encrypt path-to-input-data-file")
please share /add how do we achieve the above implementation via this gem
Hello, I'm trying to generate a encrypted message for my service provider: where they are able to verify signature but unable to decrypt message payload as the default compression method is set by GPGME is ZLIB and they need it to be ZIP. please help.