Code Monkey home page Code Monkey logo

Comments (2)

isislovecruft avatar isislovecruft commented on September 13, 2024

@edemocracy This is actually already implemented! The only thing is that the --hidden-recipient and --throw-keyids options should be added to hex_options and none_options respectively, in _parsers._get_options_group(). After that's added, then, to use --hidden-recipient, one would do:

import gnupg

keyid = 'a3adb67a2cdb8b35'
gpg = gnupg.GPG(homedir='./hidden-recipient-test')
gpg.options = ['--hidden-recipient %s' % keyid]
key = gpg.recv_keys('hkp://pgp.mit.edu', keyid)
fingerprint = key.fingerprints[0]
message = 'the secret words are squeamish ossifrage'
encrypted = gpg.encrypt(message, fingerprint)

I totally agree that this should be added.

from python-gnupg.

isislovecruft avatar isislovecruft commented on September 13, 2024

Okay, 2bac4a6 is merged to develop for release in version 1.3.2. It only whitelists the relevant GnuPG binary flags… it doesn't really make it easy to use the "anonymous" encryption feature.

Future work should include probably include adding some sort of hide_recipients=False parameter to the gnupg._meta.GPGBase._encrypt() method… I made Issue #67 for this.

from python-gnupg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.