Skip to content

onedionys/onedionys-data-anonymization-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to One Dionys - Data Anonymization Tools! 👋

Tools to anonymize user data in web applications, ensuring privacy and compliance with data privacy regulations. 💖

💾 Requirements

  • Web Browser - Can be used as an emulator to build applications. Example [Chrome, Firefox, Safari & Opera].
  • Internet - Because many use CDN and to make it easier to find solutions to all problems.

🎯 How To Use

Example Syntax

const anonymize = require('./src/anonymization');

const data = {
  name: 'John',
  email: 'john@example.com',
  phone: '123-456-7890'
};

const anonymizedData = anonymize(data);
console.log(anonymizedData);
// Output: { name: 'John', email: '***', phone: '***' }

Explanation

  • This package provides a simple tool for anonymizing sensitive data. It replaces certain fields with placeholder values to protect privacy.

Return Value

  • The anonymize function takes an object containing sensitive data as input and returns a new object with the sensitive fields anonymized. The original data object remains unchanged.

📆 Release Date

  • v1.0.0 : 18 March 2024
  • v1.0.1 : 18 March 2024
  • v1.0.2 : 31 March 2024
  • v5.0.0 : 31 March 2024

🧑 Author

📝 License

  • Copyright © 2024 One Dionys
  • One Dionys - Data Anonymization Tools is an open source project licensed under the MIT license

☕️ Suppport & Donation

Love One Dionys - Data Anonymization Tools? Support this project by donating or sharing with others in need.

Made with ❤️ One Dionys

About

Tools to anonymize user data in web applications, ensuring privacy and compliance with data privacy regulations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published