-
-
-
- Argon2 password conversion
- Introduction to security
- Secure development
- Security certification
- Security Exam
- Field properties concerning security
- Developing user groups securely
- Security considerations for user interface
- Secure file organization
- Securely using the request
- Cross Site Scripting (XSS)
- Other options concerning secure development
- Security analysis
- Secure deployment
- Secure application management
- Scrambling of testdata
- Anonymization of personal data
- Using robots.txt
- Permission settings
- Security measures
- Data encryption
-
- Search Engine Optimization
- OTP
- User Interface migration guide
- User account management
- Instructies voor implementatie van visueel editen van nieuwsbrieven
- Login as another user
- Support
- More information about moving to User Interface Version 4.0
- Standaard page layout
- Sections moved to layout
- Aanpassingen in release 2024-7
- Media library
- Aanpassingen in release 2024-10
- Analytics and Matomo
- Registration forms
- How to change names of classes and fields?
- Responsible Disclosure Policy
- How to upload a blob in Velocity?
- Aanpassingen in release 2024-2
- Instances
- Componenten in onze technologie
- Google Analytics
- Street and City helper (postcodecheck)
- Responsible disclosure-beleid
- Postcode check service (straat en huisnummer) kosten
- Expressions
- Regular Expression Reference
Scrambling of testdata
Because of privacy regulations it's relevant to scramble personal information in datasets om the test and develop environments.
It's necessary to scramble data after an import or synchronization with real data. Each time you add data to the test or develop you have to perform the scrambling action.
It should never be possible to recognise a natural person on the basis of existing data. Scramble the value of certain tabled containing information of persons.
E.g. Last Name, First Name, Emailadress, Phone, Address etc. should be scrambled in an existing Person table.
How to?
Go to Application in your application on the relevant environment (develop/test).
Application Management>>Application administration>>Database>>Scramble / anonymize data.
WARNING. DONT'T USE THIS FUNCTIONALITY ON YOUR PRODUCTION ENVIRONMENT/DATA.
