Question : I’m new to the DBA role and I’ve been tasked with configuring a SQL Server install for a […]
Tag: encryption
AES 256 data encryption on Mysql
Question : Is there a way to encrypt the whole data of a mysql DB using the AES 256 symmetric […]
Combining Always Encrypted AND Column level encryption in SQL Server 2016
Question : We have requirements to encrypt sensitive column data using SQL Server 2016 and selected the Always Encrypted(AE) feature […]
Is there a quick way to find all columns in SQL Server 2008 R2 that are encrypted/have encrypted data?
Question : Is there a quick way to find all columns in SQL Server 2008 R2 that are encrypted/have encrypted […]
SQL Server End to End Encryption Options
Question : I’m familiar with database encryption options for SQL Server such as TDE and ensuring backups / backup locations […]
how to encrypt one column of a table without using always encrypted?
Question : I have been working on a solution to synchronise logins (using T-SQL) between 2 servers, or between AlwaysOn […]
Why is DBMS_CRYPTO inaccessible for most users by default?
Question : Oracle’s DBMS_CRYPTO package is locked down by default. Very few users have permissions on it; the only ones […]
Two-way encryption in PostgreSQL version 9.1 database
Question : What is the process of two-way encryption of data in PostgreSQL database version 9.1 using built-in functions? Answer […]
Randomly generated password for mysql admin over time?
Question : I have this idea of making my database’s Admin account secured by creating the following: Trigger is activated […]
SQL Server Backup Encryption on AAG [duplicate]
Question : This question already has answers here: Encryption of Data, Log and Backup files using Always Encrypted in SQL […]