Source Decoder v1.1

A lightweight and intuitive application that enables you to decode encrypted HTML, text, URL or Java scripts with just one click

Decode Your HTML/text/JavaScript/URL

  • Arabic Language Support




Example

<script language="javascript">

document.write( unescape( '%70%61%67%65%20%6F%6E%65' ) );
</script>
Decoded Text is : "Page one"
<script language="javascript">

document.write( unescape( '%73%63%72%69%70%74%61%73%79%6C%75%6D%40%68%6F%74%6D%61%69%6C%2E%63%6F%6D' ) );
</script>
Hidden email address:Decoded Text is :
scriptasylum@hotmail.com

JavaScript Example :

Before
%3C%73%63%72%69%70%74%20%6C%61%6E%67%75%61%67%65%3D%22%6A%61%76%61%73%63%72%69%70%74%22%3E%0D%0A%66%75%6E%63%74%69%6F%6E%20%64%46%28%73%29%7B%0D%0A%76%61%72%20%73%31%3D%75%6E%65%73%63%61%70%65%28%73%2E%73%75%62%73%74%72%28%30%2C%73%2E%6C%65%6E%67%74%68%2D%31%29%29%3B%20%76%61%72%20%74%3D%27%27%3B%0D%0A%66%6F%72%28%69%3D%30%3B%69%3C%73%31%2E%6C%65%6E%67%74%68%3B%69%2B%2B%29%74%2B%3D%53%74%72%69%6E%67%2E%66%72%6F%6D%43%68%61%72%43%6F%64%65%28%73%31%2E%63%68%61%72%43%6F%64%65%41%74%28%69%29%2D%73%2E%73%75%62%73%74%72%28%73%2E%6C%65%6E%67%74%68%2D%31%2C%31%29%29%3B%0D%0A%64%6F%63%75%6D%65%6E%74%2E%77%72%69%74%65%28%75%6E%65%73%63%61%70%65%28%74%29%29%3B%0D%0A%7D%0D%0A%3C%2F%73%63%72%69%70%74%3E

After
<script language="javascript">
function dF(s){
var s1=unescape(s.substr(0,s.length-1)); var t='';
for(i=0;i<s1.length;i++)t+=String.fromCharCode(s1.charCodeAt(i)-s.substr(s.length-1,1));
document.write(unescape(t));
}
</script>

URL Example:
Before
http%3A%2F%2Fcrackgrabber.blogspot.com%2Fb%2Fpost-preview%3Ftoken%3DiRh4gjUBAAA.Ay1eSEsoO91baCw3YLWRpQ.yqFKXl2Bw2wSRb7VZPhXeQ%26postId%3D3545376668010477730%26type%3DPOST
After
http://crackgrabber.blogspot.com/b/post-preview?token=iRh4gjUBAAA.Ay1eSEsoO91baCw3YLWRpQ.yqFKXl2Bw2wSRb7VZPhXeQ&postId=3545376668010477730&type=POST
http://www.softpedia.com/get/Security/Decrypting-Decoding/Source-Decoder.shtml


Zip MD5: 2937daa3aa28fed53630637e10b351e6



http://www.softpedia.com/get/Security/Decrypting-Decoding/Source-Decoder.shtml

1 comment:

  1. I personally never had any difficulties with all these codes. Moreover, this theme was always interesting for me. Maybe, I have an aptitude to it.

    ReplyDelete