.net - How To Protect My File
Aug 2, 2011After 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 RepliesAfter 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 RepliesI have a backup file of SQL database 'Backup.Bak' and i want to zip this backup file password protected after the backup is done. with password protection And i dont have to use any 3rd party tool or dll.
View 6 RepliesHow can i password protect my zip file?
i have the code below i got from the net but the problem is no code to protect file the file
Public Function CompressFile(ByRef file As String, ByRef destination As String) As String
'Make sure user provided a valid file with path
[Code]....
I have successfuly created an access database with vb.net accept it is not password protected. password protect this DB. Here is the code I use.
Private Sub Button2_Click(sender As System.Object, e As System.EventArgs) Handles Button2.Click
Try
[Code].....
I'm creating an access DB with vb code.I would also like to encrypt it with a password using code.If it is possible can someone show me how.here is the code I have to create the DB.[code]
View 4 RepliesHow do i protect my exe file so on one can decrypt it and use it or get ccode ?
View 4 Repliessuppose i have created new custom control by using visual basic project of type "WindowsControlLibrary" version 2005 the control i have designed consists of a single user control called usercontrol1 however, i would like to protect this control by license file to reduce using of this control to those how have a license only,
thank you1) The failure is first step to success 2) Organizing your time shall organize your life
I'm currently generating some excel files using vb.net (2008). I want to protect the workbook or sheet inside, so that the user cannot edit anything within the file.I tried some options from MSDN but no luck and some other forums but no luck.The following is my last few lines of code in the program.
Code:
ExcelReport = New Excel.ApplicationClass
ExcelReport.Workbooks(1).SaveAs(ExcelFileName)
I basically don't want the user to edit anything inside the file. Perhaps a printout is allowed.
I'm trying to protect a folder and the files inside it. I'm able to protect the folder itself, so that if somebody clicks on it he will get a message: "You don't currently have permission to access this folder!"
[Code]...
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 RepliesI'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.
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)
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 Repliesi 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 RepliesI 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 Repliesi 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 RepliesI've written a VB program. How do I add anti-tamper code so people can't crack it?
View 2 Repliesi 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 RepliesI know maybe it is impossible, but how to make hacking more difficult?
View 1 Repliesi need to password protect a folder in a way that just the wpf appliction that has created it can access it.
View 8 RepliesHow do you password protect a zip package?
View 6 RepliesI 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 RepliesNow, I have a executable build in vb .net with MySQL.Data.dll (library to allow connection to my remote database) that checks for data in a databaseNow then, when using a packet sniffer tool, I can see all my detailsHow can I prevent thisAlso, as a security measure, I have tried obfuscating the connection string in the exe, but that is only on the code part so I'm sure is not enough as I've seen my string in Wireshark
View 2 RepliesDoes anybody know an effective way to protect your application from being copied? I 'd like to make my application as shareware for limited numbers of trials and after that the application shouldn't not run anymore on the same PC.
View 4 Repliesive been making my own programs but i want to know how to make the file being installed
View 10 RepliesAfter I finish my project I'll create a setup for it and give it a serial number.But unformatted it could install on many PC.I have heard that I can create a serial number with the number of the motherboard of PC. Is this possible?I was working on accounting program. This program was protected from a steal by a piece insert in the usb of the PC. So the program was working only for a few days if that piece doesn't inserted.
View 7 Replies[code]...
Unless the person actually gets into the source code they can't get the password am I right? Is it actually possible for them to get into the source code.
Basically what I'm asking is, is this safe and if not why not and how can it be made secure?
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 RepliesHow can I protect my dll with a license key, I already have my licensing scheme but I don't know where to put it.
View 8 RepliesI have developed a program, which will be installed by several users. How can I protect it, so, once installed, the users can use them on the installed pc, but not others. before, what I did is: create a web service, when the user use it, they need verify the account by the web service. however, it needs the user always be online, which is not applicable to this case.
View 1 Replies