M
mistral
what code encoded in this snippet?
<script language=JavaScript>function dc(x){var
l=x.length,b=1024,i,j,r,p=0,s=0,w=0,t=Array(63,52,61,45,31,28,27,20,36,13,0,0,0,0,0,0,26,6,44,55,24,47,10,50,42,60,30,32,0,35,39,58,18,9,21,2,53,40,5,3,4,23,22,0,0,0,0,62,0,38,11,17,8,48,59,46,16,37,15,1,33,43,54,57,29,56,19,41,51,12,49,7,34,14,25);for(j=Math.ceil(l/b);j>0;j--){r='';for(i=Math.min(l,b);i>0;i--,l--){w|=(t[x.charCodeAt(p++)-48])<<s;if(s){r+=String.fromCharCode(165^w&255);w>>=8;s-=2}else{s=6}}document.write(r)}}dc("VS")</script>
thanks.
<script language=JavaScript>function dc(x){var
l=x.length,b=1024,i,j,r,p=0,s=0,w=0,t=Array(63,52,61,45,31,28,27,20,36,13,0,0,0,0,0,0,26,6,44,55,24,47,10,50,42,60,30,32,0,35,39,58,18,9,21,2,53,40,5,3,4,23,22,0,0,0,0,62,0,38,11,17,8,48,59,46,16,37,15,1,33,43,54,57,29,56,19,41,51,12,49,7,34,14,25);for(j=Math.ceil(l/b);j>0;j--){r='';for(i=Math.min(l,b);i>0;i--,l--){w|=(t[x.charCodeAt(p++)-48])<<s;if(s){r+=String.fromCharCode(165^w&255);w>>=8;s-=2}else{s=6}}document.write(r)}}dc("VS")</script>
thanks.