Queryable Encryption with the MongoDB EF Core Provider
A tutorial on implementing Queryable Encryption for sensitive fields using the MongoDB Entity Framework Core provider, enabling encrypted data to remain searchable.
A tutorial on implementing Queryable Encryption for sensitive fields using the MongoDB Entity Framework Core provider, enabling encrypted data to remain searchable.
A guide to obfuscating sensitive data directly within SQL Server using a user-defined function, focusing on securing development environments.
A guide on using PowerShell to automate key security tasks for Azure SQL Databases, including firewall rules, encryption, and auditing.
Explains the importance of parameterised queries in Laravel to prevent SQL injection attacks, making database interactions secure.
A Laravel security tip explaining how to use a custom encryption key for encrypted model attributes instead of the default app key.
SQL Server 2019 introduces a new feature in Configuration Manager to simplify certificate import and management for TLS encryption.
Explains how to prevent SQL injection in Python using psycopg2's low-level sql.Identifier and sql.Literal functions for safe query building.
A guide on using a custom PowerShell module to manage users and permissions in Azure Cosmos DB for authorization scenarios.
A technical walkthrough implementing Row-Level Security (RLS) in Azure SQL Database using the AdventureWorks sample database.
A guide to configuring a Java application to connect to MongoDB using SSL encryption and access control rules.
A security analysis revealing that Skype stores user data in an unencrypted, password-less local database, making it vulnerable to data extraction.
Security flaw exposes database passwords on 1% of CMS sites due to text editor backup files being publicly accessible.
A technical guide on implementing Row Level Security (RLS) in serverless PostgreSQL to achieve HIPAA compliance for patient data in web applications.