-
-
-
- Security measures
- Security considerations
- Data encryption
- OTP
- Anonymization of personal data
- Using robots.txt
- Field properties concerning security
- Security e-learning material
- Developing user groups securely
- Security considerations for user interface
- Secure file organization
- Securely using the request
- Cross Site Scripting (XSS)
- Scrambling of testdata
- Permission settings
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.