o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Securing Source Code -

Hi all,

Just wondering if anyone knew anything about the following: I have developed an application in ASP.NET which allows users to perform an action on a web server, now my issue is that potentially they could 'view source' and re-develop the application. Is there anyway i can prevent the 'view source' and possibly encrypt the source code?

If so can anyone possibly provide code example and/or where to find more information.

Many thanks

 

Securing .mdb's -
Recently we have been having problems securing our mdb files post modification. Every time we secure one, we end up with a compile error and subsequently cannot create an mde file. Can anyone help.


Securing Source Code -
Hi all, Just wondering if anyone knew anything about the following: I have developed an application in ASP.NET which allows users to perform an action on a web server, now my issue is that potentially they could 'view source' and re-develop the application. Is there anyway i can pre


securing my 1st ASP.NET app -
Dear All, I am very new with ASP.NET, I need to securing my 1st ASP.NET app, how to completely logout ? means after user click available logout link then they will meet login page and they will be unable to go back to the previous screen although they use back button of their browse


Creating powerful securities -
I am new member at VBF. I am securing my program from piracy on the base of HDD No. I heared that each processor has a ID. Is anybody knowing the source code for the same? or tell me another security method


Securing internal webservice -
Hey all i have a .net 2005 project, contained within the asp.net application i have a webservice, how would one go about securing this internal webservice ? thanks in advance


securing code on a webserver -
Please see this link: http://www.vbforums.com/showthread.p...42#post2106442 I need some way of securing the code from download.


securing POST and GET using expressions -
Anyone have a good preg_replace expression or even a different method of securing any variables I might want to? I'm looking to include A-Z, a-z, 0-9, and all of the SHIFT+KEY keys, and not allow any others. So, it's basically only the 'easily typable' keys. Any help would be apprec


Securing ASP.NET Codes -
is there a way to compile my code-behinde files in my web application to maybe something like a DLL? or how can i hide the codes in the *aspx.vb files so that when i pass all the source-files in a web application, the vb codes are still hidden?


[2005] Securing an Application with a Product Key -
Hi All, I'm developing a web application and when I finish it and it's ready for distribution I was wondering how I would go about securing the application so it wont run without a valid product key? I'm thinking maybe having a Visual Basic installer application which handles it


Securing Access Database -
Hi all, Have just been going through the process of securing an access db for my app using VB6. I have created the mdw file, following the steps in the Access Security FAQ from http://support.microsoft.com to eliminate the possibility of leaving a backdoor open. Should I go to


Securing your code!! -
is there a way that u can compile ur program so it cant be uncompiled?


Securing a website -
I read this article -> Available here and now I'm interested to know what methods other people use for securing their websites. Basically I'm using Forms Authentication and using all forms of protection I can including setting cookie protection to All and using SSL for any pages


[2005] Securing SubDirectories when using Forms Authentication -
How does one go about securing individual subdirectories that contain non-asp.net filetypes when using Forms Authentication? I have a subdirectory that contains certain files that I only want logged-in users to see. Since they are non-asp.net files (zip, pdf, etc), an anonymous user


securing database -
hi, how can we secure our database?i have tried to give password to my database( access 2000) but it can't open from my code. thanks for your help


Securing a page - asp -
I have some documents that I want to be secure. I know that I could setup directory security in IIS, but I would rather do it via ASP. Does anyone know of some good tutorials on this? Everywhere I look points to .net. I would be willing to use it, but I am more familiar with reg asp.


A question about securing a directory -
Hi Can you help me please I'd like to make a programme which secure A dirictory in Win and prevent others from looking except who enter a password. Any help or Reference or API is needed Thanks for replying


PHP Tutorial: Installation -
Installing PHP, MySql and Apache on Windows N.B: This tutorial contains images. Over a dial up connection, it will take approximately 90 seconds to download all supported images. It is often useful to have an installation of PHP on your local system for testing purposes. This tutor


Securing an SQL SERVER EXPRESS database -
I have an VB.NET app that connects to an SSE 2005 database on local system. I must deploy this app to many clients ... I want to know how can I securize the database on each computer Thank you


convert DLL into vb6 source code -
Hi, I missed my visual basic 6 source code . but i have DLL file of the source code. Help me.. how do you convert DLL into source code. is it possible in vb6? I have vb decomplier lite software. but it wont convert source code format. Regards selva


Source code is different -
I have been writing on a program in a very long time now. But suddenly there is something wrong. I can't use breakpoints when I am debugging. If I set a breakpoint there will only be a yellow triagular "!" warning when I start debugging. The warning says that the source code


Securing my exe -
Ive written an app in VB, and want to secure/lock the exe file, so noone can open it. Is there a built in way in VB that would create a time limited exe file? and lock it after that? like evaluation softwares? THanks


Securing SQLexpress mdf -
Hi all, I am creating a winforms app with VS2005 where I just added an mdf which .net adds to sql server express edition when it get's installed. Is there any way I can secure this file from being opened by a user that knows how to work with sql server? Something like a passwo


Getting Source -
Iv searched the forms, and so far there is no real good way to get the source of a webpage. Inet is buggy and usually doesn't return all the source the wininet dll freezes my app untill it's finished downloading the source webbrowser is out of the question.. so, that leaves winsock


Making Trial of software expire -
Hey, I was wondering if anyone could give me any information on how I would go about securing my program with a 15 day trial. I've noticed many programs do this. Do I need to write something to the registry to check each time the program loads or what? How would I go about doing this


I really could use some help protecting my source code... -
Does anyone have some source or suggestions that I can use to protect my source code from being decompiled? I need to protect my source code from prying eyes before I can hand my program out. If it helps, I am coding in VB 5.0 Enterprise Edition I appreciate all your time and effo


I really could use some help with protecting my source code... -
Does anyone have some source or suggestions that I can use to protect my source code from being decompiled? I need to protect my source code from prying eyes before I can hand my program out. If it helps, I am coding in VB 5.0 Enterprise Edition I appreciate all your time and effo


How does source code leak -
Lets not confuse this with "I would like to get leaked source code" Anyway, how does source code of any leak, in paticular Windows Source Code (like recent events). I mean, does it magically just open notepad and post the code in there? I mean, i though source code was in


stupid C++ -
newbie here to C++ can someone tell my this would fail?? p1=p1+4 p2=p1-1 for ( source = 17; source != p2; source--) it works if i said for ( source = 17; source != 3; source--)


Securing VB DLLs -
I am using certain DLLs in my Visual Basic application, which are included in the package supplied to any user. I want to lock these DLLs so that no other user can use these DLLs in their applications. Any Idea?


[2005] Browsing Web Pages -
I am new to VB 2005 but have some experience of VB6. I am trying to write a routine to interrogate the source HTML code of a series of web pages. In other words: a. load web page 1 into the web browser and analyse the source code b. then load web page 2 and analyse the source c


[SERIOUS] Open Source -
What language is used for creating OpenSource software? Before this can be answered, I need to ask: What exactly is the definition of open source? I get quite a few different answers to this question, and all of them differ. Some say that open source only means distributing your sou


Securing my program... -
Supz? Here's the deal: Say I wanted to release a program but was going to charge $2 for it (heh, it's cheap =] ). How could I make my program use registraition numbers like Windows, Macromedia DreamWeaver, Macromedia Flash 5, or any of those other programs. Any suggestions/links are ap


Securing media (.avi, mpg) files in a webpage -
Hi everyone, Does anyone have any links to tutorials that teach how to secure a media file in a website? I was asked to create a .aspx page that contains media files (viewable to the user), but that the users cannot view the source page and see where the file is located and downl


Securing animation -
I have one animation file which is created in Director. It is most important file. I have worked a lot on that file. If anybody copies that file that it can be use by him. I dont want to keep open that file on the disk. Is there any way to access that file from VB (OLE Object etc.)???


Source Code Control Systems -
What source code control systems does everyone use? I just keep source organized in a directory on my computer, but our department is growing past the limitations of that. I heard Visual Source Safe is buggy. Anyone have any advice or experiences to share?


Source code needed! -
Does any1 know where can i download a BackGammon source code program from? If you dont know the game, just tell me please some URL of an artificial intelligence projects. (including their source code of course). Thanks.


Source control -
Hello kids. I'm studying about source control. I'm looking for controling tecniques to trace the changes you do into a code source. I need a program that saves many versions of code and registers dates of change and reason, etc. Or somethig similar. It's very usefull to rememb


Hiding Source Code -
I have made a C# and ASP.NET stand alone application. Once I package it and install, still others can see my source code. IS there a way to hide the source code from others in case I am sending them exe? Idea is I want to mail trial version and then full code if the user wants to


pointer to pointer -
Hello, VS 2008 compiled in C. I am working on pointer to pointers. I know that a pointer is a variable that has a value that is an address. But I am getting confused with pointers to pointers in C. I have a program that I have modified to try and understand this concept. Is


How much for source code -
hey guys, I have a costumer that wants the source code for a small app I made for him...the price of the EXE was 250 USD, but now I dont know how much to ask for the source, the app is about 500 lines large....any ideas?