Skip to content

Secretsweeper is a fast, in-memory secret-sanitizing Python module written in Zig, designed for speed.

License

Notifications You must be signed in to change notification settings

recipe/secretsweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secretsweeper

CI

Secretsweeper is a fast, in-memory secret-sanitizing Python module written in Zig, designed for speed.

» python          
>>> import secretsweeper
>>> print(secretsweeper.mask(b"Hello, Secret Sweeper!", (b'Secret', b'Sweeper')))
>>>  b'Hello, ****** *******!' 

About

Secretsweeper is a fast, in-memory secret-sanitizing Python module written in Zig, designed for speed.

Resources

License

Stars

Watchers

Forks