Skip to content

ddunn13/hiderrisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hiderrisk

Hiderrisk is a library which allows you to obfuscate strings to keep sensitive information secure

Installation

npm install hiderrisk

Usage

import hiderrisk from 'hiderrisk';

//default use
const word = hiderrisk('word');
//output w*r*

//use of custom character
const word = hiderrisk('word', '%%');
//output w%%r%%

//use of setting percentage coverage of word
const word = hiderrisk('word', '%%', 100);
//output %%%%%%%%

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

obfuscate with aesterisk node library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published