Jump to content

ASP code encryption

Whether you're a seasoned veteran or a struggling beginner, Web Radiance is the web development and web design forum for you. You'll find answers to all your HTML, CSS, SEO, and Programming needs. Pull up a chair and stay awhile.

Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

ASP code encryption Rate Topic: -----

#1 User is offline   ECommerce Guru 

  • W.R. Private
  • Group: Members
  • Posts: 11
  • Joined: 11-January 08
  • Gender:Male
  • Location:GUJ
  • Interests:web development, web design, reading & writing web related articles, horse riding, swimming.

Posted 11 January 2008 - 05:09 PM

I have developed a real estate software and I want to encypt few lines of ASP code so that it becomes difficult for a user to edit the code and change copyrights.

Example:
<%
CONST txtUrl = "itHighway.co.uk"
CONST txtTitle = "Real Estate Software"
CONST txtDatabase = "MS Sql Server"
%>

How can I encrypt only first two constant variables?

Any idea, any help will be appriciated.


Thank you.
================================================
Zeeshan Dar
itHighway
web design development custom e-commerce solution & web based real estate listings software services provider
0

#2 User is offline   Telos 

  • Eternal Being
  • Group: Members
  • Posts: 250
  • Joined: 08-May 07
  • Gender:Male
  • Location:Finland

Posted 12 January 2008 - 05:30 AM

You should read this. I've sometimes used the Windows Script Encoder but it's really easy to crack so you may want to go with the other option.
I am a man without a website
0

#3 User is offline   ECommerce Guru 

  • W.R. Private
  • Group: Members
  • Posts: 11
  • Joined: 11-January 08
  • Gender:Male
  • Location:GUJ
  • Interests:web development, web design, reading &amp; writing web related articles, horse riding, swimming.

Posted 12 January 2008 - 06:35 AM

Thank you very much for replying to my post. The problem is hosting servers do not allow installing dlls unless you have a dedicated hosting account.

I recently purchased banner management software which has following encrypted code in all of its files. Do you have any idea about it?

====================================
====================================
<%#@~^IAMAAA==@#@&B&JzJzzJzJ&zJP]+1+r-PfmOl,zzJ&&zJzJz@#@&;dM'.+asl1+c.;EndD`EEk.r#'rJBJBr~rE#@#@&2h9'.naVl1n`M+;!ndYvJah[Jb'rJSJEE~rJb@#@&@#@&rW,Vnxv;kDb@*!,lx9P^nxvwAN*@*T~Dt+	@#@&ik0,;dD{l9:rx;dMPCx9~wSNxC9:kU2SN~Y4n	@#@&idk+/kkKU`r6slzA\m!/Drb'rlNsrUkkYMlOW.E@#@&7+^d+@#@&77a/;sxr/nV^DPM,0MW:,6^Cb~HCN7+.Ob/+MdPSt+Mn~EkD{BE[;dM[EB,Cx9P2A9'BE'ah[[rvr@#@&idk+Y,mKUx{/nD7+. 1D+mO+K4L^O`rbGr9A /KxU+1OkKxEb@#@&d7^KxURK2x~1W	x+1YbGx@#@&7dk+O~M/'1Gx	R+Xn^ED+vwd;sb@#@&7dbWP	WOcM/RnG6#~Y4n	@#@&idi/+k/bGxvJaVmb$\|E/ME#{D/vECN7+MYr/n.bNE#@#@&di+sd@#@&77i:n/kCT+xrq	\l^k9~Ek+.xm:n~JPwmd/SWD9E@#@&idx[PrW@#@&7dMdR1VGd@#@&77k+OPMd{xGDtbxo@#@&i7mKxUR1VGd@#@&i7/YP1GUx{xKY4kUL@#@&7+	[Pb0@#@&ik0~d/dkKUvJa^lzAH|Ek.J*@!@*JrPCU9P:d/mo+{EEPDtx~DndaWU/ DNr.mY~Es+UEcCkwE@#@&xN,k6@#@&k+d/bWUcr6Vm)1t{Ek.E#{Jr@#@&vuUAAA==^#~@%>


====================================
====================================
================================================
Zeeshan Dar
itHighway
web design development custom e-commerce solution & web based real estate listings software services provider
0

#4 User is offline   Telos 

  • Eternal Being
  • Group: Members
  • Posts: 250
  • Joined: 08-May 07
  • Gender:Male
  • Location:Finland

Posted 12 January 2008 - 08:17 AM

Seems llike windows script encoder. Not sure though. It's very easy to crack but at least the one who cracks and edits the code knows he is doing something wrong.
I am a man without a website
0

#5 User is offline   ECommerce Guru 

  • W.R. Private
  • Group: Members
  • Posts: 11
  • Joined: 11-January 08
  • Gender:Male
  • Location:GUJ
  • Interests:web development, web design, reading &amp; writing web related articles, horse riding, swimming.

Posted 12 January 2008 - 11:22 AM

Thanks Telos. I really appriciate your help and time.
================================================
Zeeshan Dar
itHighway
web design development custom e-commerce solution & web based real estate listings software services provider
0

#6 User is offline   SpOrTsDuDe.Reese 

  • W.R. Private
  • Group: Members
  • Posts: 30
  • Joined: 12-January 08
  • Gender:Male
  • Location:Whiteford, MD
  • Interests:Web Development, Sports, hanging out with my friends/gf

Posted 12 January 2008 - 02:09 PM

If it's very easy to crack you might want a different encoder.
-(X)HTML, CSS, JavaScript, PHP, ASP.NET, Java, ColdFusion, XML, Python, SQL, Ruby, Flash, ActionScript 2.0
-My Website is www.gameyin.com
-Do not P.M. me on design details. I WILL, however, help you with code errors/problems. Thank you.
0

#7 User is offline   ECommerce Guru 

  • W.R. Private
  • Group: Members
  • Posts: 11
  • Joined: 11-January 08
  • Gender:Male
  • Location:GUJ
  • Interests:web development, web design, reading &amp; writing web related articles, horse riding, swimming.

Posted 30 January 2008 - 08:23 PM

View PostSpOrTsDuDe.Reese, on Jan 12 2008, 02:09 PM, said:

If it's very easy to crack you might want a different encoder.


It is easy to decode it. But I am sure most of the people out there don't know about it.
================================================
Zeeshan Dar
itHighway
web design development custom e-commerce solution & web based real estate listings software services provider
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users