Results 1 to 10 of 132

Hybrid View

  1. #1
    Player Eekiki's Avatar
    Join Date
    Mar 2011
    Posts
    3,214
    Character
    Kickle Cubicle
    World
    Balmung
    Main Class
    Rogue Lv 90
    Quote Originally Posted by Orophin View Post
    While it sounds like SE could take better steps to improve their own security, they can't be held accountable for people's poor browsing habits if they end up getting a virus from somewhere.
    The fix is simple. All SE needs to do is encrypt the session data. And don't give us the "memory limitations" or "server resources" excuse. Encrypting the session data generates a negligible amount of overhead.

    Am I the only one who thinks that some of the companies SE outsourced their programming to are in cahoots with RMT sites? There seem to be a TON of obvious backdoors. It's very strange that the RMTs were able to almost immediately take over the economy.
    (20)

  2. #2
    Player
    M4Fade's Avatar
    Join Date
    Jun 2012
    Posts
    107
    Character
    Six Chambers
    World
    Balmung
    Main Class
    Marauder Lv 50
    Quote Originally Posted by Eekiki View Post
    And don't give us the "memory limitations" or "server resources" excuse.
    This. LOL.

    There really needs to be some meme's regarding these phrases.
    (1)

  3. #3
    Player
    Lisotte's Avatar
    Join Date
    Jun 2013
    Posts
    339
    Character
    Lisotte Poena
    World
    Sargatanas
    Main Class
    Warrior Lv 80
    Quote Originally Posted by M4Fade View Post
    This. LOL.

    There really needs to be some meme's regarding these phrases.
    It's the new ps2 limitations
    (1)

  4. #4
    Player
    Ranebow's Avatar
    Join Date
    Feb 2013
    Posts
    104
    Character
    Justice Knight
    World
    Odin
    Main Class
    Gladiator Lv 32
    Quote Originally Posted by Eekiki View Post
    Am I the only one who thinks that some of the companies SE outsourced their programming to are in cahoots with RMT sites? There seem to be a TON of obvious backdoors. It's very strange that the RMTs were able to almost immediately take over the economy.
    No, and it goes hand in hand with my conspiracy theory that MMO developers intentionally design features/items into the games that are meant to be a commodity, of which become so desired that they fuel RMT practices.
    They may ban thousands of accounts, but they still made money off it.
    (2)

  5. #5
    Player
    Flarestar's Avatar
    Join Date
    Aug 2013
    Posts
    70
    Character
    Flarestar Bladesinger
    World
    Malboro
    Main Class
    Warrior Lv 70
    Quote Originally Posted by Eekiki View Post
    The fix is simple. All SE needs to do is encrypt the session data. And don't give us the "memory limitations" or "server resources" excuse. Encrypting the session data generates a negligible amount of overhead.

    Am I the only one who thinks that some of the companies SE outsourced their programming to are in cahoots with RMT sites? There seem to be a TON of obvious backdoors. It's very strange that the RMTs were able to almost immediately take over the economy.
    Um. Encrypting the session data is fine but does nothing against MITM attacks.

    The second part of the fix is making the one-time use code expire properly. Those codes should NOT stay valid for more than a very, very brief time window. That's how you protect against MITM. It's still not foolproof if they're fast enough, but it drastically cuts down on your vulnerability.

    Edit - Also IP binding. That's spoofable, particularly if you already have a MITM situation, but it at least helps.
    (1)
    Last edited by Flarestar; 10-08-2013 at 02:48 AM. Reason: Correction.