PC Authenticator - A free WoW Authenticator menu

User Tag List

Page 8 of 13 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 194
  1. #106
    [SpNiz]'s Avatar Contributor
    Reputation
    130
    Join Date
    Jan 2007
    Posts
    479
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's an authenticator. Just go to the official WoW-page and look it up

    This is a great tool, thanks!



    PC Authenticator - A free WoW Authenticator
  2. #107
    Deapno's Avatar Private
    Reputation
    3
    Join Date
    Jul 2010
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Onelord View Post
    What is this? I don't understand D:
    Basicly what Spniz said. go to the official wow forums and look it up.

    Anyways. An Authenticator is a tool that adds extra security to your battle-net account. It can be in form of hardware, or software like in this case. It's all based on some Algorithm shizzle and stuff Tou actually just add another "password" to your account. A portable(in this case a USB-stick or something) password

  3. #108
    Chiaki19's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My authenticator isn't working anymore. I can't access to my account and I already resettet the data.

    What can I do? Help me please

  4. #109
    Deapno's Avatar Private
    Reputation
    3
    Join Date
    Jul 2010
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Chiaki19. You have to send blizzard an email, telling them that you lost your phone and therefore you authenticator. Then they want you to send you some information and voila! The authenticator will then be removed from your account

  5. #110
    Chiaki19's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, I already did.

    But: Why is my authenticator code not correct? It is the correct XML with the correct token and I also resettet it. I haven't changed anything.

  6. #111
    Deapno's Avatar Private
    Reputation
    3
    Join Date
    Jul 2010
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well. Did you remember to push "Create Server-Side Backup" when you attached your authenticator at all ? It sounds like it's out of sync

  7. #112
    Chiaki19's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah I made a server side backup and the token etc is 100 % correct.

    I also guess it is out of sync. So is there a way to resync it?


    Is there a way to decode the token? It seems it it encrypted.
    Last edited by Chiaki19; 07-28-2010 at 05:21 PM.

  8. #113
    Sednogmah's Avatar Contributor
    Reputation
    129
    Join Date
    Oct 2009
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chiaki19 View Post
    I also guess it is out of sync. So is there a way to resync it?
    Is there a way to decode the token? It seems it it encrypted.
    You could try to import your token into FooBMA which has an option to resync.
    951388dcb8e5be825c2c10a7f53c16fcd84fc6c8b76ff0483237eeff745eaeac

  9. #114
    d3rrial's Avatar Contributor Authenticator enabled
    Reputation
    127
    Join Date
    Apr 2010
    Posts
    527
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Am I allowed to ask why Jadd was banned?

  10. #115
    Chiaki19's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sednogmah View Post
    You could try to import your token into FooBMA which has an option to resync.
    Hello Sednogmah,

    I tried that already but it didn't work. It doesn't work because the token is encrypted with md5 or something. I need to decrypt it before I can use it with your authenticator

    That is the string: 9YRzyEZyJc+0UiCz1F91TlkVQ84=

  11. #116
    Sednogmah's Avatar Contributor
    Reputation
    129
    Join Date
    Oct 2009
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chiaki19 View Post
    Hello Sednogmah,

    I tried that already but it didn't work. It doesn't work because the token is encrypted with md5 or something. I need to decrypt it before I can use it with your authenticator

    That is the string: 9YRzyEZyJc+0UiCz1F91TlkVQ84=
    That looks like Base64 encoding. Here's some Python code to turn it into 40 hex characters:
    Code:
    import base64
    def base64_to_hex(s):
        return "".join([ "%02x" % ord(x) for x in base64.b64decode(s) ])
    print base64_to_hex("9YRzyEZyJc+0UiCz1F91TlkVQ84=")
    => f58473c8467225cfb45220b3d45f754e591543ce

    Try that
    Last edited by Sednogmah; 08-01-2010 at 12:54 AM.
    951388dcb8e5be825c2c10a7f53c16fcd84fc6c8b76ff0483237eeff745eaeac

  12. #117
    Dragonshadow's Avatar ★ Elder ★
    Reputation
    1170
    Join Date
    Apr 2007
    Posts
    3,858
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by _SkHiEnEgP_ View Post
    Am I allowed to ask why Jadd was banned?
    No, but it wasn't because of this.
    Look at your post, now back to mine; Now back to your post, now back to mine. Sadly, it isn't mine, but if you stopped trolling and started posting legitimate content, it could look like mine. Look down, backup, where are you? You're scrolling through threads, reading the post your post could look like. What did you post? Back at mine; It's a reply saying something you want to hear. Look again and the reply is now diamonds.

    Anything is possible when you think before you post. The moon is shrinking.

  13. #118
    Chiaki19's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sednogmah View Post
    That looks like Base64 encoding. Here's some Python code to turn it into 40 hex characters:
    Code:
    import base64
    def base64_to_hex(s):
        return "".join([ "%x" % ord(x) for x in base64.b64decode(s) ])
    print base64_to_hex("9YRzyEZyJc+0UiCz1F91TlkVQ84=")
    => f58473c8467225cfb45220b3d45f754e591543ce

    Try that
    OMG! I love you, Sednogmah

    It worked, hooray. I'll be using your authenticator now instead of the other without sync feature

  14. #119
    Dragonshadow's Avatar ★ Elder ★
    Reputation
    1170
    Join Date
    Apr 2007
    Posts
    3,858
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chiaki19 View Post
    OMG! I love you, Sednogmah

    It worked, hooray. I'll be using your authenticator now instead of the other without sync feature
    Now I'd advise changing your authenticator if you haven't already since your token is posted out in the open xD
    Look at your post, now back to mine; Now back to your post, now back to mine. Sadly, it isn't mine, but if you stopped trolling and started posting legitimate content, it could look like mine. Look down, backup, where are you? You're scrolling through threads, reading the post your post could look like. What did you post? Back at mine; It's a reply saying something you want to hear. Look again and the reply is now diamonds.

    Anything is possible when you think before you post. The moon is shrinking.

  15. #120
    cdm's Avatar Corporal
    Reputation
    13
    Join Date
    Jul 2010
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There are more of these around I see

    I had developed a native Windows version a while back, so have tidied it up and put in on Google code if anyone is interested. winauth - Project Hosting on Google Code

    It is open-source so you can look it over and check there is nothing fishy going on. There is a pre-built exe, but feel free to build it yourself. It auto-refreshes the key as needed, time syncs and encrypts the secret authenticator key with a password - unlike the Mobile Authenticator, which just XORs the data with a hard coded key.

    It also can load the key used by the Android Blizzard Mobile authenticator, so I use it as a backup and sometimes more convenient version.
    Last edited by cdm; 07-31-2010 at 03:36 PM. Reason: typo

Page 8 of 13 FirstFirst ... 456789101112 ... LastLast

Similar Threads

  1. Free wow?
    By WarDuck in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 10-10-2006, 05:10 PM
  2. free wow dupe method
    By ShortButStrong in forum World of Warcraft General
    Replies: 4
    Last Post: 08-13-2006, 02:43 AM
  3. Free WoW Glider 0.5.3 Loader
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 5
    Last Post: 03-12-2006, 01:00 PM
All times are GMT -5. The time now is 04:34 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search