1.1.1 • Published 7 months ago
@smals-belgium-shared/pseudo-helper v1.1.1
Smals Pseudonymisation Helper (JS)
Introduction
The Pseudonymization Helper is designed to pseudonymize sensitive data while also providing functionalities to identify/retrieve original values. This mechanism is essential for ensuring data privacy and security in applications that needs to handle personal or sensitive information.
Features
- pseudonymize : Transform a clear text representation of sensitive data into its pseudonymized format.
- pseudonymizeMultiple : Transform multiple clear text representations of sensitive data into their pseudonymized format.
- identify : Retrieve the original clear text value based on its pseudonymized representation.
- identifyMultiple : Retrieve the original clear text values based on an array of pseudonymized data.
Documentation
Full documentation available at: https://github.com/smals-belgium/shared-pseudo-helper-js