Skip to content

dorianmariecom/dorian-anonymize

Repository files navigation

dorian-anonymize

Anonymize strings by preserving character classes.

Install

gem install dorian-anonymize

Also included in the aggregate gem:

gem install dorian

Usage

anonymize [string ...] [file ...]

Run anonymize -h for generated option details and anonymize -v for the installed version.

Notes

  • Uppercase letters become A, lowercase letters become a, and digits become 0.

Examples

Anonymize a secret-looking value

anonymize Secret123

Output:

Aaaaaa000

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors