Cyber security

Awesome GDPR – Empowering Privacy through Comprehensive Compliance And Innovation

The General Data Protection Regulation (GDPR) is a regulation on data protection and privacy for all individuals within the European Union and the European Economic Area.

The regulation has increased the focus on privacy in companies and strengthened the data subjects influence.

Contents

  • Legal text
  • Guidelines
  • Rights of the data subject (art. 12 – 23)
  • Privacy by Design – Guides for developers (art. 25)
  • Records of Processing (art. 30)
  • Security (art. 32)
  • Incident management (art. 33 and 34)
  • Data Protection Impact Assessments (DPIA, art. 35)
  • Tools
  • Data Protection Authorities
  • Organisations / Projects
  • Publications
  • Solutions providers
  • Related

Legal Text

  • GDPR (2016/679) – Official version of GDPR.
  • GDPR-info – GDPR linked to relevant articles and section in the preamble (Non-official site).
  • GDPR-expert – Compare the Regulation, Directive and National legislation. Linked to relevant section in preamble (Non-official site).
  • GDPRhub -> GDPR Articles – GDPR articles included commentary.

Guidelines

Rights Of The Data Subject (art. 12 – 23)

Privacy By Design – Guides For Developers (art. 25)

For more information click here.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

ss Command in Linux: Display Socket Statistics and Connections

The ss command in Linux lists open sockets and active network connections. It replaced the deprecated netstat command and…

22 hours ago

ftp Command in Linux: Connect to Servers and Transfer Files

The ftp command in Linux connects to a remote FTP server and transfers files. FTP transmits everything…

22 hours ago

lsmod Command in Linux: List and Inspect Kernel Modules

The lsmod command in Linux lists all currently loaded kernel modules. It reads /proc/modules — a virtual file maintained…

22 hours ago

rename Command in Linux: Batch Rename Files with Perl Regex

The rename command in Linux renames multiple files at once using Perl regular expressions. Unlike mv, which handles…

22 hours ago

pgrep Command in Linux: Find and Filter Running Processes

The pgrep command in Linux finds the PIDs of running processes based on a name or other…

2 days ago

unlink Command in Linux: Remove a Single File or Symlink

The unlink command in Linux removes a single file by deleting its directory entry. It is a…

2 days ago