Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

how to write Registration Code for Java Product

  Asked By: Meenachi    Date: Aug 25    Category: Java    Views: 2854
  

I have developed a product in java,I wan to write registration code, that is when the product executes it prompts a regsitration window for asking a registration number, and stores in secure location.

anybody send me approach or resource where it available

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Alfonsine Miller     Answered On: Aug 25

as far as I know , when you want to register a product  for a user ,
one common approach  to it , is to use it's motherbord serial number  or
the NIC's MAC address and then hash or encrypt it with some private
key then store the generated key in some file . but at the time I was
looking for it , I couldn't find a way to retrieve the MotherBoard
Serial number , but in case of MAC address I think it should be possible .

To implement it : firstly you can search for the file if it exist or not .
2- in case the file doesn't exist , get the username and a key which
should meet these criterias
first after encrypting the usename with the MAC address(Private Key) ,
the result should be the same as the entered key.

 
Didn't find what you were looking for? Find more on how to write Registration Code for Java Product Or get search suggestion and latest updates.




Tagged: