MCPcopy Create free account
hub / github.com/SecurityInnovation/PGPy / PGPInsecureCipherError

Class PGPInsecureCipherError

pgpy/errors.py:38–40  ·  view source on GitHub ↗

Raised when a cipher known to be insecure is attempted to be used to encrypt data

Source from the content-addressed store, hash-verified

36
37
38class PGPInsecureCipherError(Exception):
39 """Raised when a cipher known to be insecure is attempted to be used to encrypt data"""
40 pass
41
42
43class WontImplementError(NotImplementedError):

Callers 1

_encryptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…