웹마스터 팁

보안문서 만들기

2004.03.07 17:30

민우주

<!--1. 아래의 스크립트를 <HEAD></HEAD>사이에 복사해 넣으세요-->
<script>
<!---Edited by JASKO-->
<!---Web Site : http://www.javascript.co.kr-->
<!--
var stuff=""
function loader(){
stuff=document.form1.code.value
document.form1.code.value=''
}
function makepass(){
declarepass('',(parseInt(document.form1.depth.value)>0)?parseInt(document.form1.depth.value):1,1);
password.check(document.form1.password.value)
}
var checkpass=''
tell=0
counttimes=0
function acheck(encryptpass,encryptdepth,what){
tell=0
tell=what
checkpass=''
counttimes=0
times=encryptdepth
checkpass=encryptpass
orig=''
this.check=mkasci
}

bases=new Array(17,33,57,101);
var acharset='XYZNOhijkVWHIJ45ncdefMyzopqPQRSTUABKL6789ab_rs23CDEFGlmwtuvg01x'
var storeup='';
function mkasci(orig){
if(counttimes==0){storeup=orig}
ascival=new Array()
for(i=0;i<=orig.length-1;i++){
for(i1=0;i1<=acharset.length;i1++){
if(orig.charAt(i)==acharset.charAt(i1)){ascival[i]=i1}
}
}
themeat(ascival)
}
discode=""
function cutoff(code){
eval("var whatcode='"+code+"'");
eval("var whatcode2='"+Math.ceil(code)+"'");
bigVal=(Math.pow(10,whatcode.length-(whatcode2.length)-2)<1)?1:Math.pow(10,whatcode.length-(whatcode2.length)-2);
whatcode3=Math.round(code*bigVal)/bigVal
return(whatcode3)
}
function themeat(basecode){
if(basecode.length>=4){
counttimes++
if(document.form1.dis.checked){window.status="Computating encryption level "+counttimes}
newcode=0
finalcode=1
for(count=0;count!=basecode.length;count++){
newcode=(basecode[(count<(basecode.length-1))?count+1:count-2]+(basecode[count]*bases[2])*(2.303)+basecode[Math.round(((basecode.length-1)*((Math.atan(basecode[(count!=0)?count-1:count+1])*basecode.length)+2*bases[0]))/100)]+1)
newcode=cutoff(newcode)
newcode=(newcode>basecode[Math.round(basecode.length/2)])?newcode-=bases[3]:newcode+=bases[3]
finalcode=cutoff(((newcode/10)*finalcode)/(basecode.length-bases[0]))
}
var deconstruct=''
eval('var finalcode="'+(finalcode+times)+'"');
for(count=0;count<finalcode.length;count++){
if(!isNaN(finalcode.charAt(count))){
deconstruct=deconstruct+finalcode.charAt(count)
}
}
finalcode=deconstruct
var encrypt=new Array()
for(count=2;count<finalcode.length+2;count+=2){
eval("encrypt["+((count/2)-1)+"]='"+((finalcode.charAt(count-2)!='0')?finalcode.charAt(count-2):'')+""+finalcode.charAt(count-1)+"'")
encrypt[((count/2)-1)]=acharset.charAt(Math.round((acharset.length*encrypt[((count/2)-1)])/100))
}
encrypt=encrypt.join('')
if(counttimes<times){mkasci(encrypt)} else {
counttimes=0
if(encrypt==checkpass&&tell==0){alert('통과되었습니다');location.href=storeup+".html"} else {
if(tell==1){window.status="OK!";document.form1.what.value=encrypt;
document.form1.output.value=document.form1.password.value+encrypt.substring(0,5)+".html";document.form1.code.value=stuff+"password=new preferences('"+encrypt+"',"+times+",0,"+((document.form1.dis.checked)?1:0)+");rvar enter='';rwhile(enter.length<4){rtenter=prompt('비밀번호를 입력하세요','');rtif(!enter){enter=' '}r}rpassword.check(enter);r</SCRIPT>r</head>r</HTML>r";
} else {
location.href="reject.html"
}
}
}
} else {alert('영문 4글자 이상으로 입력하세요');}
}



function declarepass(va11,val2,val3){
password=new acheck(va11,val2,val3);
}

//-->
</script>
<Script>document.write("<BO"+"dy")</script> onload="loader()">

<H2>Site Protector v2.0</h2>
<br>
<form name="form1">
<TABLE><TR>
<TD align="right" valign="top">비밀번호를 입력하세요 :<BR>(영숫자 4글자 이상, _)</td>
<TD align="left" valign="top">
<input type="text" name="password" value="mypassword" size=16 maxlength=16></td><TD valign="top">
암호화 된 비밀번호 <input type="text" name="what" size=12></TD>
</TR><TR>
<TD align="right">Encryption 레벨 :</TD>
<TD><input type="text" size=2 maxlength=2 name="depth" value=15></TD>
</TR><TR>
<TR>
<TD align="right">Display Computation:</TD>
<TD><input type="checkbox" name="dis" checked></TD>
</TR><TR>
<TD align="right" valign="top">보여줄 페이지<BR>가 여기에 나타납니다 :</TD>
<TD valign="top"><input type="text"name="output" size=30 value="Site Protector will redirect to me"></td>
</TR><TR><TD></TD><TD><input type="button" value="Generate" onclick="document.form1.password.focus();makepass()"></TD></tr>
</table><BR>
<Hr>
아래의 소스코드를 복사하여 웹페이지에 붙여 넣으세요 <BR>
<textarea cols=65 rows=15 wrap="no" onfocus="this.select()" name="code">
<!--이거 한번 해킹 해 보실래요//-->
<HTML>
<head>
<TITLE>제한구역</title>
<noscript>
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://스크립트를 인식 하지 못할경우">
</noscript>
<meta http-equiv="expires" content="-1">
<meta http-equiv="pragma" content="no-cache">
<Script>
<!--
// #########################################
// #***************************************#
// #**********Site Protector v2.0**********#
// #********Blacklight Production**********#
// #*******blacklight@nc.prestige.net******#
// #************Copyright 1999*************#
// #*********All rights reserved***********#
// #***************************************#
// #########################################
var checkpass=''
tell=0
counttimes=0
disComp=0
function preferences(encryptpass,encryptdepth,what,dis){
disComp=dis
tell=0
tell=what
checkpass=''
counttimes=0
times=encryptdepth
checkpass=encryptpass
orig=''
this.check=mkasci
}

bases=new Array(17,33,57,101);
var acharset='XYZNOhijkVWHIJ45ncdefMyzopqPQRSTUABKL6789ab_rs23CDEFGlmwtuvg01x'
var storeup='';
function mkasci(orig){
if(counttimes==0){storeup=orig}
ascival=new Array()
for(i=0;i<=orig.length-1;i++){
for(i1=0;i1<=acharset.length;i1++){
if(orig.charAt(i)==acharset.charAt(i1)){ascival[i]=i1}
}
}
themeat(ascival)
}
function cutoff(code){
eval("var whatcode='"+code+"'");
eval("var whatcode2='"+Math.ceil(code)+"'");
bigVal=(Math.pow(10,whatcode.length-(whatcode2.length)-2)<1)?1:Math.pow(10,whatcode.length-(whatcode2.length)-2);
whatcode3=Math.round(code*bigVal)/bigVal
return(whatcode3)
}
function themeat(basecode){
if(basecode.length>=4){
counttimes++
if(disComp==1){window.status="Computating encryption level "+counttimes+"/"+times}
newcode=0
finalcode=1
for(count=0;count!=basecode.length;count++){
newcode=(basecode[(count<(basecode.length-1))?count+1:count-2]+(basecode[count]*bases[2])*(2.303)+basecode[Math.round(((basecode.length-1)*((Math.atan(basecode[(count!=0)?count-1:count+1])*basecode.length)+2*bases[0]))/100)]+1)
newcode=cutoff(newcode)
newcode=(newcode>basecode[Math.round(basecode.length/2)])?newcode-=bases[3]:newcode+=bases[3]
finalcode=cutoff(((newcode/10)*finalcode)/(basecode.length-bases[0]))
}
var deconstruct=''
eval('var finalcode="'+(finalcode+times)+'"');
for(count=0;count<finalcode.length;count++){
if(!isNaN(finalcode.charAt(count))){
deconstruct=deconstruct+finalcode.charAt(count)
}
}
finalcode=deconstruct
var encrypt=new Array()
for(count=2;count<finalcode.length+2;count+=2){
eval("encrypt["+((count/2)-1)+"]='"+((finalcode.charAt(count-2)!='0')?finalcode.charAt(count-2):'')+""+finalcode.charAt(count-1)+"'")
encrypt[((count/2)-1)]=acharset.charAt(Math.round((acharset.length*encrypt[((count/2)-1)])/100))
}
encrypt=encrypt.join('')
if(counttimes<times){mkasci(encrypt)} else {
counttimes=0
if(encrypt==checkpass&&tell==0){alert('Access Granted');location.replace(storeup+encrypt.substring(0,5)+".html");} else {
if(tell==1){document.write(""+storeup+" is encrypted as "+encrypt+"");} else {
if(history.length>0){
alert("Access Denied");
history.go(-1);
} else {location.replace("http://polymathic.tripod.com/hs/reject.html")}
}
}
}
} else {
if(history.length>0){
alert("Access Denied");
history.go(-1);
} else {location.replace("http://polymathic.tripod.com/hs/reject.html")}
}
}
// password=new preferences(1,2,3,4);
// 1)The encrypted password in quotes
// 2)Encryption level
// 3)0:program will function as a password program. 1:program will encrypt the password you enter
// 4)0:will display nothing. 1:will display encrpytion computation
//-->

</textarea><BR>

</form>
제목 글쓴이 날짜
허접한 풀다운 메뉴 소스입니다. (유용한 팁 일지는 모르겠네요.) [9] file tintintm 2004.03.23
버튼 만들기 [1] 旻天 2004.03.23
MS agent online object - Default Character 인 Merlin Action 추가 [2] 꽃ちゃん 2004.03.19
움직이는 타이틀바 [4] 김동현 2004.03.18
웹브라우저 상태바가 밑으로 내려오는 소스 [5] 프리서버 2004.03.16
브라우져(윈도우) 창의 크기(사이즈)를 조절하는 소스입니다 [5] 나야 2004.03.15
프레임사이트에서 자식 프레임(URL)로 직접 치고 들어 올경우 다시 프레임 부모로 돌려보내는 소스 나야 2004.03.15
전체 include menu 만들기(롤오버 이미지 사용) [4] Neoyoung 2004.03.14
[초간단 자바스크립트!] 서브메뉴 만들기...~ [11] ∑Ztxy 2004.03.10
뉴스티커 [16] file zero 2004.03.10
보안문서 만들기 [5] 민우주 2004.03.07
팝업 창 띄우고 어미창 사라지게 하는 소스 [5] piasol 2004.03.06
방문자 OS보여주기 [5] 구조반 2004.03.05
벅스뮤직 음악듣기 및 시작 정지 버튼 넣기(기타 음악파일도...) [3] 카멜롯™ 2004.03.04
회원 가입 페이지 이젠 끝이다 [5] 2004.03.03
우뚜같은 포워딩 페이지에서 프레임 깨기.(프레임 없애기) [17] 김영성 2004.02.19
벅스뮤직 플레이어 스크립트 추출기 [4] 이녀석 2004.02.16
XML+JS 연동 다중셀렉트 투헤븐 2004.02.16
BGM Player (배경 음악) [17] 장진석 2004.02.16
페이지 내에 주소창 달기 [1] piasol 2004.02.09