From: Mark Wooding Date: Mon, 1 May 2017 00:38:30 +0000 (+0100) Subject: catacomb/__init__.py: Don't print secret bits of keys by default. X-Git-Tag: 1.2.0~24 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/652e16eac3aa90b7b21d867b8f5fc8ca34c135c7?hp=652e16eac3aa90b7b21d867b8f5fc8ca34c135c7 catacomb/__init__.py: Don't print secret bits of keys by default. Introduce a `PRINT_SECRETS' flag which can easily be twiddled (e.g., in IPython) to control whether obvious secrets are printed literally or censored (the default). This is intended to make accidental leakage a bit less likely, rather than as a security feature. ---