|
|
|
|
|
by kuschku
3013 days ago
|
|
EU law is written so it can apply for many decades – when the precursor of the GDPR was written (1995), MD5 was considered secure. So, you should expect the "appropriate" part to mean the current state of the art to keep something secure. An "appropriate" hashing algorithm today would be bcrypt, scrypt, or potentially still a salted SHA512 with many rounds. An "appropriate" protection against unauthorised access would probably be a strict permissions setup in your AWS rules, proper firewalling, and potentially at-rest encryption. An "appropriate" encryption would be AES 256 GCM. "Appropriate" always just refers to the current state of the art for what is considered secure. |
|