What is it that makes Runescape so secure?

Discussion in 'Archives' started by madman340, Dec 9, 2009.

Thread Status:
Not open for further replies.
What is it that makes Runescape so secure?
  1. Unread #1 - Dec 9, 2009 at 5:27 PM
  2. madman340
    Joined:
    Jul 6, 2007
    Posts:
    10
    Referrals:
    0
    Sythe Gold:
    0

    madman340 Newcomer

    What is it that makes Runescape so secure?

    Sure, they have all of this botting etc, but they have no actual (or atleast known) hacking.

    What makes the game so secure? Is it the fact that it's programmed in Java? Is it something completely seperate from the fact that it's Java?

    Before you start thinking "lul another nub who wants to hax jagex" Let me point out I am interested in pursuing game development as a career, and this is something that I've wondered for a looong time.
     
  3. Unread #2 - Dec 9, 2009 at 6:45 PM
  4. Pain Killer
    Joined:
    Nov 16, 2009
    Posts:
    629
    Referrals:
    0
    Sythe Gold:
    0

    Pain Killer Apprentice
    Banned

    What is it that makes Runescape so secure?

    Hey, nice to meet a another fellow who wants to have a game career :D
    Well from what I heard, Jagex has ALL their files encrypted so much. Which means that they are very protected because they are hidden under tons of other, probably useless to us, information.
    ;)
     
  5. Unread #3 - Dec 9, 2009 at 7:12 PM
  6. madman340
    Joined:
    Jul 6, 2007
    Posts:
    10
    Referrals:
    0
    Sythe Gold:
    0

    madman340 Newcomer

    What is it that makes Runescape so secure?

    Well naturally anything encrypted can be decrypted, right?

    Although I guess RSA would be pretty tricky... NVM lol, thanks.


    I'm taking a QBasic class online, it's so lame lol, my teacher is like a 70 y/o lady who expects perfect imitation of what the lesson says. I can't wait to finish this class so I can focus on other things like Java and C++.
     
  7. Unread #4 - Dec 10, 2009 at 7:20 PM
  8. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    What is it that makes Runescape so secure?

    What do you mean by secure?
     
  9. Unread #5 - Dec 10, 2009 at 7:41 PM
  10. Draucia
    Referrals:
    0

    Draucia Guest

    What is it that makes Runescape so secure?

    I think he means that you can't hack into it, get passwords, spawn items, use exploits and stuff along that line :p.
     
  11. Unread #6 - Dec 11, 2009 at 8:31 AM
  12. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    What is it that makes Runescape so secure?

    Its not programmed to allow you to do that. >_>.
     
  13. Unread #7 - Dec 11, 2009 at 6:04 PM
  14. super_
    Joined:
    Dec 20, 2008
    Posts:
    91
    Referrals:
    0
    Sythe Gold:
    0

    super_ Member

    What is it that makes Runescape so secure?

    secure... such a vague word. it truly depends on what you mean by hackable... client-side edits are temporary because of the design of the game; the server controls everything, client simply displays it and caters to user. if you're talking about packet spoofing and etc, it is because the server does a load of sanity checks. it also encrypts in the individual opcodes of each packet before sending them off by adding or subtracting a value retrieved from an ISAAC random number algorithm implementation. this means that to inject or remove packets from the stream would be breaking the synchronized state between the server and client opcode ISAAC generators, thus fucking up any further communication. on top of that, the algorithm is seeded with random values, coined session keys, which are exchanged between client/server in an RSA encrypted block, sent during login (also contains login credentials and the 192-bit UID). since we do not know the 128-bit RSA private key, we cannot decode such a block, and therefore cannot synchronize our own ISAAC generator. if by secure you mean code-wise, like not easily decompiled etc., then that is because of the extensive transformations applied to the bytecode by their homebrew obfuscators which most people honestly just can't be fucked to fix.
     
  15. Unread #8 - Dec 11, 2009 at 9:18 PM
  16. Draucia
    Referrals:
    0

    Draucia Guest

    What is it that makes Runescape so secure?

    Wow. You really know what your talking (I don't :p ).

    I hope super answered your question :) .
     
  17. Unread #9 - Dec 12, 2009 at 6:18 PM
  18. super_
    Joined:
    Dec 20, 2008
    Posts:
    91
    Referrals:
    0
    Sythe Gold:
    0

    super_ Member

    What is it that makes Runescape so secure?

    not quite; i said 128-bit :p i think i'm on drugs; it's at the least 512-bit
     
  19. Unread #10 - Dec 15, 2009 at 9:10 PM
  20. Pwnography
    Joined:
    Dec 16, 2008
    Posts:
    204
    Referrals:
    0
    Sythe Gold:
    0

    Pwnography Active Member
    Banned

    What is it that makes Runescape so secure?

    Regardless, all Runescape's files are stored server side. Meaning you'd have to hack into the Runescape DB (Data base) in order to get to anything.

    If your talking about packet editing, Well there is a long explanation on why that's not possible.

    One way or another, runescape is EXTREMELY secure. Not unhackable, no such thing as unhackable except a server with all ports closed or a BIOS on a computer (There are other examples aswell) but for the most part, almost everything that uses firmware is hackable.
     
  21. Unread #11 - Dec 15, 2009 at 9:11 PM
  22. Pwnography
    Joined:
    Dec 16, 2008
    Posts:
    204
    Referrals:
    0
    Sythe Gold:
    0

    Pwnography Active Member
    Banned

    What is it that makes Runescape so secure?

    No such thing as 512 bit. It stops at 128. 128 bit encryption is unbreakable. It's banned in china because the Goverment cannot see what they are doing.

    Especially if you salt said encryption.
     
  23. Unread #12 - Dec 16, 2009 at 12:44 PM
  24. Matthew
    Joined:
    Nov 12, 2005
    Posts:
    5,153
    Referrals:
    42
    Sythe Gold:
    5,377
    Wait, do you not have an Archer rank? (5) Doge (3) Smashing Why is there BACON in the SOAP!? Literally nothing I saw Matthew Live Free or Die (3) Cool Kid (6) Poképedia Homosex (4)

    Matthew Probably breaking stuff

    What is it that makes Runescape so secure?

    Uh you can have 2048 bit RSA keys... >_>

    http://en.wikipedia.org/wiki/Key_size
     
  25. Unread #13 - Dec 17, 2009 at 5:35 PM
  26. super_
    Joined:
    Dec 20, 2008
    Posts:
    91
    Referrals:
    0
    Sythe Gold:
    0

    super_ Member

    What is it that makes Runescape so secure?

    are you fucking retarded? oh yeah, you are. ps 'salting' encryption would turn it into a hash, genius.
     
  27. Unread #14 - Dec 17, 2009 at 5:37 PM
  28. super_
    Joined:
    Dec 20, 2008
    Posts:
    91
    Referrals:
    0
    Sythe Gold:
    0

    super_ Member

    What is it that makes Runescape so secure?

    you haven't got a clue. you're first point is obvious, your second point shows you have no idea why but you assume so, and your conclusion is a piece of shit, filled to the brim with misinformation. nice work, nimrod.
     
  29. Unread #15 - Dec 17, 2009 at 9:09 PM
  30. war833
    Joined:
    Dec 11, 2008
    Posts:
    82
    Referrals:
    0
    Sythe Gold:
    0

    war833 Member

    What is it that makes Runescape so secure?

    HAHA

    gtfo
     
  31. Unread #16 - Dec 19, 2009 at 9:34 PM
  32. runeowner
    Joined:
    Jan 23, 2007
    Posts:
    456
    Referrals:
    0
    Sythe Gold:
    0

    runeowner Forum Addict
    Banned

    What is it that makes Runescape so secure?

    Holy shit there is so much I need to learn if I want to go into software engineering and development.. by reading the replies here makes me think that I need to learn SOOOOO much...
     
  33. Unread #17 - Dec 19, 2009 at 9:37 PM
  34. yo123
    Joined:
    Aug 6, 2009
    Posts:
    1,511
    Referrals:
    2
    Sythe Gold:
    0

    yo123 Guru
    Banned

    What is it that makes Runescape so secure?

    I think the database has good 'security' / many firewalls and crud
     
  35. Unread #18 - Dec 19, 2009 at 9:57 PM
  36. The Legit Shop
    Joined:
    Nov 21, 2009
    Posts:
    1,307
    Referrals:
    0
    Sythe Gold:
    0

    The Legit Shop Guru
    Banned

    What is it that makes Runescape so secure?

    whos facts are right, its turned into a flame war
     
  37. Unread #19 - Dec 19, 2009 at 10:13 PM
  38. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    What is it that makes Runescape so secure?

    You guys are morons.
     
< [Paypal/Pin]Lending Sgs/Arma Top-Skirt/Fury![Paypal/Pin] | Buying Visa Gift Card - WITH NO MONEY ON IT >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site