ForsakenGod Posted June 16, 2010 Posted June 16, 2010 Well hello , I ve finished creating my product ( and app in autoit ) and i want to share it with several people throught internet . To dont make it so easy to steal it i actually want to make some kind of authntication before the user is able to use the app . Actually what i think should the sequence be is : 1 . Get the key from inputbox and via php/or auth server check its validity if it is or its not in DB 2 . Return valid/invalid 3 . Every 15 seconds refresh if the connection is still active (to prevent from multi using one key) 4 . If the connection to server has failed stop the app (or close it) 5 . If the key is used 2 times from 2 diff IPs somehow bann the IP ( Absolutely no idea how could be this done ) 6 . The data between auth server and the app should be somehow protected to dont allow it to be cracked that easily (Still new to this) If i forgot somethink please post it here . I am also looking for your suggestions or sample codes really everythink is appreciated ! Thanks again , Unreal
Juvigy Posted June 16, 2010 Posted June 16, 2010 Dont bother. If anyone wants to steal it he will de-compile the executable and remove the "key" code. AutoIt is open source oriented.What does your program do?
water Posted June 16, 2010 Posted June 16, 2010 Here's a good example that might have some of the required features. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
ForsakenGod Posted June 16, 2010 Author Posted June 16, 2010 Water thanks will definelly look at it ! And the prog is used for our "team" to share the work they ve done on the project . You know so we wont do smthink that s1 already did (in out team ) also it allows to make a note for the future visitors etc
Xand3r Posted June 16, 2010 Posted June 16, 2010 the only real safe programs are the ones that run on your server and the client only has an interface to show the work done on the server (like WoW for example ) Only two things are infinite, the universe and human stupidity, and i'm not sure about the former -Alber EinsteinPractice makes perfect! but nobody's perfect so why practice at all?http://forum.ambrozie.ro
ForsakenGod Posted June 16, 2010 Author Posted June 16, 2010 the only real safe programs are the ones that run on your server and the client only has an interface to show the work done on the server (like WoW for example )Actually you may be right however WoW isnt safe at all . Too easy to write an bot nowdays and also there are several hacks that bend the rules there . I am however not creating a game or anythink common with it . Anyway i am just looking for a bit safe auth system Any suggestions ?
icu Posted August 5, 2012 Posted August 5, 2012 @ForsakenGod did you get any further with this? I need something similar.
water Posted August 5, 2012 Posted August 5, 2012 I don't think you'll get an answer. ForsakenGod hasn't been online for nearly 2 years. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
icu Posted August 8, 2012 Posted August 8, 2012 Well nothing like a Hail Mary post... you never know if someone will reply.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now