Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ASG RD 2017 Database Encryption
#1
Hi,

We have ASG RD 2017 with a SQL Server 2014 database,

Does anyone know if ASG supports database encryption?

I have looked but can't see any guides?

Thanks,
Neil
Reply
#2
What do you mean? How data is encrypted inside the database or if you can use TLS?
Regards/Gruss
Oliver
Reply
#3
Did you check "Configure advanced settings" when creating the database connection? There you can check to use SSL connection to your SQL server
Regards/Gruss
Oliver
Reply
#4
(12-10-2017, 01:38 PM)DevOma Wrote: What do you mean? How data is encrypted inside the database or if you can use TLS?

Thanks for your response, 

I mean is the data already encrypted within the database, ie: preventing someone who copied it 
from extracting all of the passwords, if it is not encrypted can I use the native encryption that comes with MS SQL 2014?
Reply
#5
Private credentials are always encrypted with a key from the login user - so only this user can decrypt these passwords - public passwords are also encrypted but can be read from all users who are using the application - there are several security options that disallow users normally to use / read / parse passwords but if you use a stolen copy of a database and know the program you will be able to read the public creds...
Regards/Gruss
Oliver
Reply
#6
Thanks for your response Oliver, much appreciated
Reply




Users browsing this thread: 1 Guest(s)