Results 1 to 2 of 2

Thread: What does those numbers mean? Is it hidding something?

  1. #1
    Join Date
    Jan 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question What does those numbers mean? Is it hidding something?

    Have a question, how come when I view this file “http://www.dynamicdrive.com/emailriddler/encryption.js
    it is like this “var erarray= new Array(118,97,114,32,100,111,109… …50,48,48,41,10,125)
    var ersource=''
    for (i=0;i<erarray.length;i++)
    ersource+=String.fromCharCode(erarray[i])

    document.write('<script type="text/javascript">'+ersource+'<\/script>')
    <script type="text/javascript">'+ersource+'<\/script>

    What does those numbers mean?
    Last edited by jscheuer1; 01-06-2012 at 05:17 AM. Reason: fix broken link

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    They're the hexadecimal ASCII values of characters. And yes, it's hiding the actual code which is created by translating those values back into the characters they represent.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •