Tools to anonymize user data in web applications, ensuring privacy and compliance with data privacy regulations. 💖
-
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.
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: '***' }
- This package provides a simple tool for anonymizing sensitive data. It replaces certain fields with placeholder values to protect privacy.
- 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.
- v1.0.0 : 18 March 2024
- v1.0.1 : 18 March 2024
- v1.0.2 : 31 March 2024
- v5.0.0 : 31 March 2024
- Facebook : Oned Ionys
- Instagram : @onedionys
- Twitter : @onedionys
- LinkedIn : @onedionys
- Copyright © 2024 One Dionys
- One Dionys - Data Anonymization Tools is an open source project licensed under the MIT license
Love One Dionys - Data Anonymization Tools? Support this project by donating or sharing with others in need.
Made with ❤️ One Dionys