Skip to content

JImmybox/Mask_Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some-Tools

the MaskClass provide five method as follow(we set a string as 'systemweb'):

1.(LeftToRight):SwMaskLeftToRight(4) = “Sys******”

2.(RightToLeft):SwMaskRightToLeft(4) = “******web”

3.(Range):SwMaskRange(3,7) = “Sy****web”

4.(Random):SwMaskRandom(3) = “yt****b”

5.(Middle):SwMaskMiddle(1,3) = “S*****web”

About

input a string and out a masked string(for example, entry 'system' out 'sys***'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages