-
-
-
- Introduction to security
- Secure development
- Security certification
- 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
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.