Application Authentication. Which way to go?

Hi,

I have build a Visual C++ application that needs to be activated by a serial number based on some parameters of the local PC. That works fine, but i'd like to take it a step further and use an authentication server. The application would need to connect to the server ( on the internet ), and then enter a login and password to be activated. These login/password
would be valid for a certain period of time...

I guess this is pretty standard, but i know nothing about authentication server. So can someone let me know what is the easiest way to go, give some basic guidelines, and some place to get informations about this? Also since the server would be on the internet, is it easy to find a provider that will let you manage entirely this server?

Thanks
Regards
[808 byte] By [fouf] at [2007-11-19 23:54:54]
# 1 Re: Application Authentication. Which way to go?
Well, the topic has been discussed alot earlier. Plz search the boards and you'll find many threads related to software security and authentications. They all boils down to the fact that, is it really worth to go with a particular security level? Coz for implementing that, you need time, efforts and resources and no matter how much security to impose, it will be cracked at one level or another and in many cases, they costs more then they worth.
Ejaz at 2007-11-9 12:18:17 >