Guide to check my code to resolve of all project challenges from privacy engineering cour of udacity.
This repository was updated in 20 may 2022 in evening.
General description
This is project associated with "Implementing privacy in software engineering" section. You need to finish a voting app for atlantis city, but you need to add in this app privacy features to achieve the agreement and generate a safed voting in this city.
Points to highlight
- Implement a minimization/pseudoanonumization methods: obfuscated, sustitution and encription.
- Implement features of software based in "Full functionality – positive-sum, not zero-sum" of "Privacy by design".
- Create messages into users to explain rights and functionality in app that they have; all based in "Privacy embedded into design" principles of "Privacy by design".
Better skills
- Implemented features based in privacy by design principles.
- Privacy first based software development.
- Code programming.
- Database modeling.
- Assertive communication into users.
Status : Completed
General description This is project associated with "Organizational privacy engineering" section. You need to check a sample of dataset and specification document of udacity health app; find privacy faults and document those points with recommendations of safeguard to improve this app.
Points to highlight
- Find privacy faults in app based in regulations.
- Give improved recommendations based in faults of app.
- Create and apply anonymized methods by script to sample database.
Better skills
- Analyze features of app.
- Implement anonymized methods.
- Get basic knowledges about common regulations in several topics of sensitive data.
- Write documentations of improved recommendations.
Status : Completed