starify

Starify: convert string to asterisks for confidentiality display


License
MIT
Install
pip install starify==0.0.1b2

Documentation

starify

Convert part of strings to asterisks to display confidential information

Installation

pip install starify

Usage:

import starify

credential = "ABCDEFGHI_TH1SCR3D3ENTIAL"
starify.star(credential) 
# "***************TH1SCR3D3ENTIAL"