-
-
-
- Building blocks of the data model
- Basic concepts
- Classes
- Key fields
- Local lookup lists
- Fields and data types
- Defining the columns of a table
- Relations between classes
- Global lookup lists
- Filters
- Universal connected classes
- Deleting foreign records
- Class inheritance
- Storage of personal data on test and develop environment (scrambling)
-
-
- 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
-
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.
