1
I would like to authenticate my program users using a form with connection to an sql server database but I don’t know if it is a safe way against unauthorized copies. The authentication will be done in a common way with username and password, the program will make a check of the data in the database and validate the access to the program.
I wonder if it is safe or need to take some care to avoid this kind of problem ?
Delphi XE5 and Sql Server 2012 usage.
Remember to establish "secure" connection between the application and the computer where the database is.
– José Diz