Web Hosting Talk







View Full Version : How to Convert Enscripted text to normal text using program?


MarvinNet
02-15-2005, 02:14 AM
Hello Guys,

This is my first time posting message here, have been looking for WHT for the past few weeks and you guys are really great and helpfull. ;)

We are constructing our own website selling product, but before I were to launch it, I would like to know what script is this, so that when our customer submit orders/email to us, we can be sure that it is confidential, but not sent to any 3rd party. Here is the script that we do not understand:

<%@ LANGUAGE = VBScript.Encode %>
<%#@~^aQQAAA==@#@&frsPK4L;f}\lbV@#@&@#@&vdxN,n:mkV,OGP:mksPC^1W;xD@#@&U+O~K4L/9}HCk^~{PjD7+DcZMnlD+64N+^OvJZG61:?RgnAHmk^JbP@#@&K4%ZG6Hmks wDWh~{PEZmO1tmtlbVsKDsE@#@&W8L;f6\mkVcPW,'PrrU0K@$1lOm4hK\r+c^WsJ~@#@&BYndDkUo@#@&K4%;f}HlbVc$m1PxPrhn8sl/DnD@$+yadR1WsJ~@#@&G(L/f}\lbV j!4Ln^DPxPrik+.,HmkV,sK.:rP@#@&K4%/GrHmrVcAW9zoWM:mY~'~q,@#@&W(%ZGr\CbVR\CbVoWMhmY~{P8P@#@&W(%ZGr\lbV $KNX,xPrJPL~/tM`8!bP'~;t.`8T#,[~m@#@&d77iP~J1CDm4sW7k+cmKhP`/nD,HCr^PsK.:rP[,/4DvFZ#~[~m@#@&7di7P,Jxx{''xx{'x'{x{'x{'{''{'{x'{'x'{J~',ZtMcFZ#PL~/tM`8!bP'~|@#@&di7d,PEPb:+~l,PEPL~ WAv#,[P;tMcFZ#~[,Z4.vF!*~[,{@#@&~~P,P,P~P~~,P~P,~PrKrO^+Pl~,J~[,];;/DRsKDscJ1WUYmmOObYVE#,[P;4.`8!*P'Pm@#@&d7di~Pr1ChP)~~rP'P"n$EnkYcsWM:vE0!Vsxm:nE*P[,/tM`FZb~[,{@#@&7d77,PESKLk P3hmkV~l,PEPL~"+5!+kYRwWMh`rVGobxnhmkVrbPLPZ4.cFZ#,[~{@#@&id7d,~J}D[nMPq9~=P~J,',In$E/YcsK.:vJGD9+.r9J#,'P;tDvqT#,[,Z4DcqZ#~[,m@#@&P~~,PP~~,P~P,~,P~,J;W:s+ OP=P~J,[~/4D`8T#,[P|@#@&P,P,P~P~~,P~P,~P,PER OORR OROr~LP/4DvF!*PL~{@#@&~P,P~~,PP,~P,PP,~~JrPLP]+5;/ORwGDs`E^K::nUDJbPL~;t.vFZ#PLP|@#@&id~PrJ~~,PP,~P,PP,~~P,P@#@&G4%/Gr\lbsR&:2GMYlU^PxP8~,@#@&K4NZf}HmrVc?nx9P@#@&U+Y,G4NZf}\Ck^P{PHWO4bxLP@#@&IRcBAA==^#~@%>
<META HTTP-EQUIV="REFRESH" CONTENT="0;URL=contactus_yes.asp">

it does not show where this form is submited to, suposingly should be sumit to info@mydomain.com, but I would like to know exactly where it will submit to, so it will not submit to others like info@mydomain.com + abc@whoever.com + def@others.com and more to keep our details strictly confidential. :stickout:

Thank you in advance :)

ACW
02-16-2005, 11:16 AM
That is actually ASP that has been encoded using the Windows Script Encoder. Do you own the code? Why won't the developer give you this file in clear text?

There are ways to decode it.

PM me if you want more info.