Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
Announcement
Collapse
No announcement yet.
serial number being a function of : eg: Computername,etc...
Re: serial number being a function of : eg: Computername,etc...
Hi Corey
In order to avoid that the user use more than once a serial number, i would like that the serial number would be a function of either computername, NIC mac address etc... but i want that the user call me and by giving me the computername of the machine he is using, i will give him the ONLY serial number that the setup file would accept!
Re: serial number being a function of : eg: Computername,etc...
Sure that's easy enough, give them the attached utility... If you wish to create passwords which are encrypted version of their Mac Address simply seed any encryption scheme with their Mac Addresses:
Re: serial number being a function of : eg: Computername,etc...
Kool! got it!!
So i will give that to the customer and he will call me and give me the MAC (or code) but now i must configure my setup file in SF6 so it will accept only a serial number based on that mac address. Do you have any suggestion on a simple but effective encryption schema based on the MAC and how to set this up in SF6?
thanx again for the great help (as always!)
Martin
Do you have any suggestion for an effective
Re: serial number being a function of : eg: Computername,etc...
As ludicrous as it sounds I'm a complete idiot when it somes to Setup Factory. Head office is sending me the Insight Training CDs and hopefully I should be able to snap up enough from those in my spare time to get a bitt better at it in the next couple weeks. But I'm sure someone here can jump in on that topic, email [email protected] if you get really stuck.
As for the encryption I'm not sure if Setup Factory has anything built in or not. The bottom line is that you just need to have the same algorithm on both ends. For example let's say our encryption algorithm is very simple, i.e. "Reverse the string" So if I seeded that algorithm with the word apple it would come out as "elppa". So as long as the client's end is using the same method to encrypt the code they enter for comparison, you're set. i.e. once you encrypt something it nevers gets "decrypted" again, you simply compare the encrypted code with the user entry code by encrypting it.
it's easy to find or create little encryption utilities. If you're looking for something serious maybe PGP might work.
Comment