pyredacter

Redact sensitive strings


Keywords
redact, password, passwords
Install
pip install pyredacter==0.0.2

Documentation

redact

redact is used to automagically redact strings

Usage

>>> from redact import redact_string
>>> s = "this is a string"
>>> redact_string(s)
't**************g'