You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: