Skip to content

Add support for password protected public key encryption private keys #89

@klall

Description

@klall

The setting PGCRYPTO_KEY is used in PGPSymmetricKeyFieldMixin (

class PGPSymmetricKeyFieldMixin(PGPMixin):
)

but not PGPPublicKeyFieldMixin

class PGPPublicKeyFieldMixin(PGPMixin):

I was unable to use a public/private key with a passphrase with a TextPGPPublicKeyField. I regenerated a public/private key without a passphrase it worked fine.

Does PGPPublicKeyFieldMixin need to be updated to support PGCRYPTO_KEY?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions