EVL Anonymization

Table of Contents


Products, services and company names referenced in this document may be either trademarks or registered trademarks of their respective owners.

Copyright © 2017–2021 EVL Tool, s.r.o.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.

Custom Functions

There is one example of custom anonymization function in lib/functions.cpp when creating sample project:

anonymize_rc()

This particular function is written in C++ and is country specific, it is a citizen ID in Czechia and Slovakia. The number need to confirm some rules, so you need to anonymize such values unusual way to keep the validity of such number.

You can use such function as an example and add your custom C++ codes into lib/ project subdirectory.

Or once you consider that your custom function would be useful also for others, or you need help with C++ code, do not hesitate to contact us at support@evltool.com.