I would like to create a registration # for my db so after the trial period has expired the user must enter the registration #.
to do this I would like to get 2 unique values from the pc
posable the Mac address from the motherboard, and I think every processor has an adress or serial # that is uniqe to it(correct me if im wrong)
and with those 2 vaules perform a cypher on them and add the 2 cypers together.
so how to get those 2 values using VBA? and then how do I create my cypher (Ie: A cold = 1) ,(lower case e = capitale Z), in my example my cypher isn't realy thaught out as to the algarythem but you have the idea if you don't know what a cypher is. a cypher is an algarythm that when appied increment or dincremnets the origonal value to algarythm of the chyper
for the end user to get this registration code , I would have the generator that would then give me the correct values to tell the user to enter.
thanks for helping
to do this I would like to get 2 unique values from the pc
posable the Mac address from the motherboard, and I think every processor has an adress or serial # that is uniqe to it(correct me if im wrong)
and with those 2 vaules perform a cypher on them and add the 2 cypers together.
so how to get those 2 values using VBA? and then how do I create my cypher (Ie: A cold = 1) ,(lower case e = capitale Z), in my example my cypher isn't realy thaught out as to the algarythem but you have the idea if you don't know what a cypher is. a cypher is an algarythm that when appied increment or dincremnets the origonal value to algarythm of the chyper
for the end user to get this registration code , I would have the generator that would then give me the correct values to tell the user to enter.
thanks for helping
Comment