Skip to content
/ Hider Public

A Dart package providing a utility class for masking sensitive information in strings.

License

Notifications You must be signed in to change notification settings

OnlyTarg/Hider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Hider

The package provides a simple and effective way to mask sensitive information within strings. Whether you're handling passwords, API keys, or any other confidential data, this package helps protect that information by replacing characters with asterisks.

Features

  • Dynamic Masking: Adjusts masking based on the length of the input string.
  • Easy Integration: Seamless integration into your Dart and Flutter projects.

Getting started

To get started, simply import the Hider class and use the mask method:

void main() {
  String sensitiveData = "YourSensitiveDataHere";
  String maskedString = Hider.mask(sensitiveData);
  print(maskedString);
}

About

A Dart package providing a utility class for masking sensitive information in strings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages