shAd0w 0 Posted March 2, 2015 I'm trying to protect my program so that it would not be reproduced so i made a log in form and i want that every account is only limited to 1 pc or user. can anyone help me? plssss Share this post Link to post Share on other sites
SadBunny 130 Posted March 2, 2015 Most ways to accomplish this include communicating with a server and connect something relatively unique (like an encoded hardware ID) to a license key. Then your script would challenge a server with that key and get a response back that says whether authorization was successful. Make sure the communication with your authentication server is encrypted securely. Of course this is relatively easy to circumvent if someone really wants, but it's a start. 1 shAd0w reacted to this Roses are FF0000, violets are 0000FF... All my base are belong to you. Share this post Link to post Share on other sites
orbs 201 Posted March 2, 2015 '?do=embed' frameborder='0' data-embedContent>> Share this post Link to post Share on other sites
water 2,359 Posted March 2, 2015 The subject "How can I protect my script" has been discussed many, many times on this forum. You will find a lot of posts, most of them telling you that you can't protect a script 100%. My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites
Bert 1,427 Posted March 2, 2015 The subject "How can I protect my script" has been discussed many, many times on this forum. You will find a lot of posts, most of them telling you that you can't protect a script 100%. Agreed. Do a search and you will see this has been asked HUNDREDS of times. The Vollatran project _____ I'm famous My blog: http://www.vollysinterestingshit.com/ Share this post Link to post Share on other sites
water 2,359 Posted March 2, 2015 ... this has been asked HUNDREDS of times. Ops, that's much more than many, many times My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites
Bert 1,427 Posted March 2, 2015 Ops, that's much more than many, many times The Vollatran project _____ I'm famous My blog: http://www.vollysinterestingshit.com/ Share this post Link to post Share on other sites