Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I encrypt my asp source code ?

Status
Not open for further replies.

Miksu

Technical User
Feb 21, 2005
3
FI
Hi !

Anyone know how to help ??? I should encrypt my asp-source code on IIS server.

If you can help, I would be very thankfull :c)
 
Are you worried about outside sources getting your code or internal persons?

DougP, MCP
dposton@universal1.com

Ask me how Bar-codes can help you be more productive.
 
Thanks, DougP, for your answer.

But I'm afraid, bar codes won't help me.
Just like you said, I'm worried that outside sources get my company's source code.

I heard, that ASP can be encrypted, and browser can read it straight, but the code itself is not readable or editable. It was supposed to be very easy, maybe it is Microsofts built in - feature in ASP, but I just don't know it.

If anyone know about this, please HELP !
 
Miksu -

ASP code isn't sent to the user's browser -- it's executed on the server. If you were to embed some JScript or VBScript code in your ASP page to where it would run on the user's machine, sure they could steal that (you gave it to them, after all!). But for them to steal your main ASP code, they would have to have access to your server, and if they have that, you've got much bigger problems.

Chip H.
 
Thankx, chiph !

I sure know the difference between ASP and JScript,
I've been working with ASP for 14 months, 8 hours a day ;)

Anyway, I found encrypter for the ASP source code. It is available from microsoft, free download. It replaces normal ASP code, and encrypts it, so that anyone who HAS access to the server, where ASP code is located can't read it or change it.

Yup, our code is located in a customers own server. That causes a big problem, because customer can easily steal our code if it is not encrypted.

Thanx for both of you who gave me tips.
 
Miksu -

Sorry, didn't know what skill level you were at, and didn't mean to insult your intelligence.

So, yeah, if your server is at a customer site, you'd want to protect your code alright. What was the name of the download you found a Microsoft?

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top