on 2019 Feb 22 2:18 AM
Hi,
I use full database encryption (AES256) method to create a new Encrypted database for our project. Testing team want to verify the Database is encrypted or not.
How to validate whether the database is encrypted or not?
Thanks, Jeyan
If you try to start an encrypted database without an encryption key you get an error. I guess that is quite a good validation...
Could not connect to the database. Incorrect or missing encryption key [Sybase][ODBC Driver][SQL Anywhere]Incorrect or missing encryption key SQLCODE=-840 SQLSTATE=08001
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could also try to open the database file in a (hex) editor and try to "grab some readable contents". Of course that would usually also fail even if the database is just obfuscated via "simple encryption"...
User | Count |
---|---|
68 | |
10 | |
10 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.