For the purposes of this Regulation: ‘personal data’ means any information relating to an identified or identifiable natural person (‘data subject’); an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to … Continue reading Art. 4 GDPR – Definitions| General Data Protection Regulation (GDPR)
Encrypting sensitive data at the application-level is crucial for data security. Since writing Securing Sensitive Data in Rails, I haven’t been...| ankane.org
Grant applications on your EC2 instances permissions to make secure API requests to AWS.| docs.aws.amazon.com
Amazon GuardDuty is a threat detection service that monitors for malicious activity and anomalous behavior to protect AWS accounts, workloads, and data.| Amazon Web Services, Inc.
AWS makes it easy to enable server-side encryption on many of its services, but it also provides ways to do client-side encryption well. Here are a...| ankane.org
Active Record EncryptionThis guide covers encrypting your database information using Active Record.After reading this guide, you will know: How to set up database encryption with Active Record. How to migrate unencrypted data. How to make different encryption schemes coexist. How to use the API. How to configure the library and how to extend it.| Ruby on Rails Guides
Learn how AWS Key Management Service (KMS) provides you with logs of key usage to help you meet your regulatory and compliance needs.| Amazon Web Services, Inc.
When you connect to a database, Postgres uses the sslmode parameter to determine the security of the connection. There are many options, so here’s...| ankane.org
Use client-side encryption to encrypt your data before sending it to S3. You can provide an encryption key to use directly or a KMS key for...| ankane.org
Securing database traffic inside your network can be a great step for defense in depth. It’s also a necessity for Zero Trust Networks. Both Amazon...| ankane.org