Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to set "personal-compress-preferences": 'ZIP' #146

Open
KLoong opened this issue Nov 30, 2021 · 2 comments
Open

how to set "personal-compress-preferences": 'ZIP' #146

KLoong opened this issue Nov 30, 2021 · 2 comments

Comments

@KLoong
Copy link

KLoong commented Nov 30, 2021

I want to set "personal-compress-preferences": 'ZIP',but I don't know how to set by use this gem.
crypto = GPGME::Crypto.new :armor => true crypto.encrypt JSON.generate(data),:sign=>true, :signers => "diningcity-dbs-uat@diningcity.asia", :recipients => "diningcity-dbs-prod@diningcity.asia", pinentry_mode: GPGME::PINENTRY_MODE_LOOPBACK, password:'xxxxxxx', "personal-compress-preferences": 'ZIP'
I use personal-compress-preferences but it not work.

@nikTC
Copy link

nikTC commented Mar 5, 2022

Any luck on setting ZIP as a compression algorithm?

@nikTC
Copy link

nikTC commented Mar 11, 2022

Any luck on setting ZIP as a compression algorithm?

got this working like this: #155 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants