Serial Key To Protect Application
Feb 27, 2012
I'm using visual studio 2005. I finished my application. Now I want to publish it. How can I protect that application to be shure that someone else could not use it without serial code which would I provide. For example I give the installation to someone else and I give him a serial. He enter that and he can use it forever. But how can I be shure that that person would not give that installation and serial to the third person.
View 14 Replies
ADVERTISEMENT
May 16, 2009
I made my program and now I just need to add in the serial and trial part of the application. I know the application must connect to the host and go to a txtfile. How would i do the trial and serial. Also If the serial is already activated I want the application to reject that Serial and Count how many times they entered in a wrong serial.
View 2 Replies
Jan 14, 2010
I just used a Hex editor and in about 10 seconds i got the source code. How can i protect my self form the decompiler?I looked on Google but all i found are third party application. What do you use to protect your software?
View 7 Replies
Aug 28, 2010
If Ngen doesn't protect my application, when would I reasonably expect to use this application in my career?
View 3 Replies
Nov 21, 2011
I've a winforms application that is using SQLite database. There is no encryption on the database (data has to be shared with other user). It is a stand alone application with a stand alone local database.
The difficulty I'm encountering is when people go to bring all the data together.The databases are attached, data imported, but records are differentiated by a database GUID.At any rate I am desiring to have a database selection screen that is protected by a password to prevent users mistakenly switching databases (and some level of protection against malicious use).
Thinking it's probably not a particularly good idea to store the password in an unecrypted database.Security is not a large issue as this is only distributed to users that need the software.
What would be the best method to have the user type a password when they attempt to access the database selection screen? ShowDialog? Pop open a new child form with a password TextBox, then on validation (via button?) close the password form and open the protected form?I see a fair bit about protecting a whole application, but not so much about a specific form.
View 1 Replies
Jul 8, 2008
I would like to make an application that will propt the user to enter a serial key in after 10 or 30 days if that is possible also i would allso like to make a keygen tha will work with this program.
View 14 Replies
Jun 11, 2012
I'd like to use RSA to Encrypt application Serial Number.
but when you try to encrypt text and did it again both time the results will be different i don't like to decrypt to text to protect the application from hackers. any other useful way to protect the application without Decrypt to text.
i mean compare Encrypted code not the original text also i need to stop application if there is crackers application starts or memory dump application or memory injection .
i need the full solution to protect the application . i wish the armadillo (software Passport ) is here for vb.net application how great it is ... i miss him may be we start discussion about protect application . also what about encrypt all application code to disable resource hacker applications .
View 4 Replies
Nov 19, 2008
I'm creating setup application, and I try to insert a serila number to the costumer information. I foud this: %%-###-%%% it's mean the erial number will be 77-000-777. How to creat another seril number I don't even this %%-###-%%% how it converted.
View 9 Replies
Jun 18, 2010
I am having trouble running a VB.NET 2.0 Serial Port application in Windows 7. I developed it in Windows XP, it ran fine in Windows 2000 and now when the company upgraded the machines to Windows 7, the application does not kick off. All platforms were/are 32-bit. I did some research online, but have not found anything relevant to resolve my issue. Does anyone know what the issue might be and the possible solution to it?
View 5 Replies
Aug 24, 2009
Im going to make my application require a Serial key(No clue how this works). And how do i prevent jumping messages. My friend said that there most used for getting keys and avoiding key asking.
View 5 Replies
Aug 26, 2009
Can anyone tell me how to make a serial data base that my application can connect to?
View 9 Replies
Mar 28, 2006
I have a stand alone VB.Net 2005 application that uses a serial port that generally stays open while the application runs on a Windows XP system. In trying to bullet-proof the UI, I ran into a problem when the USB to Serial Converter normally used to provide the serial port is disconnected while the serial port is open. In trying to handle the resulting error when accessing the port, I find I cannot close the port.
When trying to do so, the error message says something like "unable to close the port. You may not have sufficient permissions." Reconnecting the USB/Serial Converter does not reactivate the port.
[Code]...
View 8 Replies
Jul 18, 2009
I need to write an application for receiving data (ascii characters) from microcontroller through the serial port in three separate parts. I've created three RichTextBoxes, but I do not know which commands I need to type. In first textbox I need to receive one byte... next six bytes need to be placed in second text box, and finally last seven bytes need to be placed in third textbox.
View 11 Replies
Nov 21, 2011
With this code i check the serial serialnumber of a usb stick.
[code]...
It is not perfect because the programma crash when there is no usb in de PC.But how do i search fot the sctick if it has a name , for example PPH ? And not G: , because it is everytime a different station.
View 5 Replies
May 29, 2012
I have an application I have developed which works great on individual PC's. However I've had some interest from a few customers that asked if I have a network version for site licencing.If my app did not save any data or write any reg entries, this might have been ok. But it does to the local computer. I also built in my own copy protection and trial function that stores data in the registry on the local computer.What would I need to do to enable my application to run on a server/network share, so that the only a serial number needed is for the server?
View 3 Replies
Apr 2, 2009
add serial number requirement to Setup & deployment > setup wizard for VB.net application
View 16 Replies
Jul 31, 2011
I like to have a Licensing key generator (generate keys from CPU or BIOS) to protect my application and a similar code in my application to confirm the Licensing key.Is there any solution for VS 2010?[url]...
View 19 Replies
Aug 2, 2011
After generating a file, I don't want to allow anyone to open it. How do I protect it, by using a password? Is there any better way? How do I do it programmatically?
View 3 Replies
Apr 14, 2011
I'm going to build a large project and want to create several libraries (DLL) for it. I don't want to merge them all in one EXE, but want to use seperate DLL files.I don't want those DLL's to be used by others, so these DLL's should be protected so that they can only be used in my own project.I was thinking of using some sort of password in the New() proc, but that doesn't work for shared classes.
Other solution I was thinking of: is it possible to check if the calling assembly has the same strong name as the DLL?These solutions are just one of my ideas. I don't know if those will work and am not saying that one of them is the way to go.What is the best approach to accomplish this?
BTW: I also use a obfuscator to protect my code.
View 1 Replies
Aug 4, 2009
I am trying to protect a document. I made a macro but it gives me an error in VB.net. I just need to find out how to change one bit to get it working in VB.net.
oDoc.Protect(Password:=".protect", NoReset:=False, Type:=wdAllowOnlyReading, UseIRM:=False, EnforceStyleLock:=True)
View 4 Replies
May 1, 2009
I would like a program where the process is not another program or task management can be stopped. An anti-malware program, how can you protect a process?
View 3 Replies
Aug 7, 2010
i made a small project and i want to sell it, there is any way to make user name and password for the project, or serial, or some thing like that?
View 3 Replies
Jul 10, 2009
I am wondering if anyone here knows of a method to protect a dll from unregistered usage. I have a few useful dlls that I am thinking about putting online for sale but I want to protect them so that they can not be used by a developer without paying the proper fees.
View 1 Replies
Mar 6, 2010
i have created a dll library and now i want to secure it....and distribute it to other...i want to provide a trial so that the user can see what it can do....how can i protect it...
View 2 Replies
Jul 22, 2010
I've written a VB program. How do I add anti-tamper code so people can't crack it?
View 2 Replies
May 23, 2011
i developed a project using VB.Net 2005 and sql server 2005 standard edition at back end. now its complete and have to deliver to company now. but i am afraid that the company may reproduce a new copy of this software from the original and may sell to any other company or in open market. I want to implement some mechanism on my project for its security, which enables it to not to work on other computers or some similar type security.
View 3 Replies
Dec 7, 2009
I know maybe it is impossible, but how to make hacking more difficult?
View 1 Replies
Jun 5, 2009
i need to password protect a folder in a way that just the wpf appliction that has created it can access it.
View 8 Replies
Jun 7, 2010
How do you password protect a zip package?
View 6 Replies
Apr 17, 2010
I am trying to create a similar way to Cpanel password protect directory, where a pop up comes out asking the user for a username and a password, but Cpanel way is amazing but my client doesn't know anything on how to do that, so i wanted to create a pop up msgbox informing the visitor to enter a user name and a password, and i totaly confused on how to create it, and which programming language support similar to CPanel
View 2 Replies