Jump to content

Recommended Posts

Posted (edited)

Hi all guys,

always on my GIS software I need to enable a further protection than IP address check.

Right now I use a server-side login check (I connect via _EzMySQL and through simple queries I check If key is valid)

Then I use "sessioning" to avoid someone share key: I adlibregistered a function to check, every 250ms, IP of customer. If IP is the same --> OK. If IP changes that means someone else uses the key. And I kill the session.

I would like to add also a Unique Hardware ID lock to retrieve from customers when they log the very first time.

No problems in sendind this info to my remote db: I can update customer row adding the unique hardware lock ID.

I just need to know How to get unique hardware ID (HDD?).

Thanks all, guys,

Marco

Edited by marko001

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...