d2jsp
Log InRegister
d2jsp Forums > Diablo II > Diablo 2 Discussion > Password Incorrect?
12Next
Add Reply New Topic New Poll
Member
Posts: 3,583
Joined: Jul 5 2007
Gold: 2,960.00
Jan 4 2026 04:40pm
Was at work and had my sorc running. Now I cant login says my password is incorrect??

Never had an issue with this before and did same thing for years so idk what happened
Member
Posts: 3,583
Joined: Jul 5 2007
Gold: 2,960.00
Jan 4 2026 04:54pm
It was running up to like 20 minutes ago so im not sure what happened
Member
Posts: 3,220
Joined: Aug 13 2025
Gold: 500.00
Jan 4 2026 10:32pm
You answered your own question, (was at work) had my sorc (running). This means you cheated/used external programs
Either you got keylogged or this is some sort of new measures against cheaters from b.net
Member
Posts: 3,583
Joined: Jul 5 2007
Gold: 2,960.00
Jan 4 2026 10:55pm
I've done some googling on it. It kicked me off after saying invalid password. And doesn't respond to email to reset password. From what I can gather its something server side and accounts just bricked.
Member
Posts: 3,220
Joined: Aug 13 2025
Gold: 500.00
Jan 4 2026 11:57pm
I've done some googling on it. It kicked me off after saying invalid password. And doesn't respond to email to reset password. From what I can gather its something server side and accounts just bricked.


Everytime this has happened, its botters or someone using cheat.
Member
Posts: 3,275
Joined: Aug 7 2009
Gold: 50.32
Jan 5 2026 12:18am
I've done some googling on it. It kicked me off after saying invalid password. And doesn't respond to email to reset password. From what I can gather its something server side and accounts just bricked.


Try logging back on in a few days. The old servers are really janky. Blizzard p
Probably needs to update them to run properly on windows11.

This post was edited by KraftDinn3r on Jan 5 2026 12:19am
Member
Posts: 3,583
Joined: Jul 5 2007
Gold: 2,960.00
Jan 5 2026 05:28am
Everytime this has happened, its botters or someone using cheat.


I can login fine on my other accounts. If it was due to bot it would ban my cd key
Member
Posts: 3,220
Joined: Aug 13 2025
Gold: 500.00
Jan 6 2026 03:10am
I can login fine on my other accounts. If it was due to bot it would ban my cd key


No it don't work like that, you can have well more than 1 accounts closed/locked and your cd-key not ban.
In 2008 (the mass ban wave) ive had twelve accounts closed, my cd-key still working
Member
Posts: 5,573
Joined: Oct 23 2009
Gold: 18,523.76
Jan 6 2026 10:50pm
You answered your own question, (was at work) had my sorc (running). This means you cheated/used external programs
Either you got keylogged or this is some sort of new measures against cheaters from b.net


wow wrong

there has been zero bans since 2017 so no action on bliz's part

believe it or not but game mods/bots are open source so you can inspect the source code and self compile. using a hashing with sha3 you can know exactly what file your looking at and rule out all other files that ever existed. you can also test the file behavior by loading it into ghidra and inspecting for anything odd.

what we know: cdkey is ok, no d2 bans have happened since 2017, he logged in so hes not ip restricted, he can make other games on other accounts so hes not wait in line. single account is effected - password.

what likely happened: you were online, lost connection and the bliz servers dont register you as offline so your char is in a hung state. usually its kicked to the lobby and you can see them as account#2 if you were to log in. you can either wait for bnet servers to kick you or have a bliz admin kick the char. <--99% odds this is what happened. but this is actually odd because if this did happen the account password would not be effected. so something else entirely is happening here and its server side. there has been a few topics posted here within the past few months that are near identical to what happened here. in all accounts none were recoverable. so this has nothing to do with botting, its blizzard at work here and the account is gone. other reports of password reset requests to registered accounts fail. sorry but the account is gone.

1% odds of this:
you do not need to keylog in d2 to get accounts... d2 is an old old program, you can inspect network traffic in plaintext with wireshark, the network traffic is not encrypted. during login the password sha1 hash of the account is simply sent insecurely to blizzard. sha-1 is broken but its somewhat secure but not for anything sensitive. it was broken in 2017 by google and this is what d2 uses. websites dont know your plaintext password but they know the hash of it. so you never want to brute force anything even broken algorithms as its the slowest possible way but its usually impossible if its not broken. its more realistic to capture the sha1 hash then compare the hash to a known public lookup table dump of known passwords. password complexity for most people is not high and if you combine that with broken hashing (sha1) you have real problems. so for all of this to work you would need some type of program like a remote access trogin to be on the computer, have command and control over that machine and sniff local network traffic when its just easier to keylog directly but both methods work.

but lets be realistic, yes all of what i mentioned can happen but the probability of it is very very low because:
d2 is a dead game and it requires time, effort to pull something like that off. there is also no profit and this is the major reason why d2 accounts are safe.

(possible)
you could have password reuse where a social media account / password is in a known public dump but this does not match the op's description but if an account is logged in then the identical account is logged in again with the character it will be kicked from the game but wont have a password error.
Member
Posts: 3,583
Joined: Jul 5 2007
Gold: 2,960.00
Jan 7 2026 02:03pm
wow wrong

there has been zero bans since 2017 so no action on bliz's part

believe it or not but game mods/bots are open source so you can inspect the source code and self compile. using a hashing with sha3 you can know exactly what file your looking at and rule out all other files that ever existed. you can also test the file behavior by loading it into ghidra and inspecting for anything odd.

what we know: cdkey is ok, no d2 bans have happened since 2017, he logged in so hes not ip restricted, he can make other games on other accounts so hes not wait in line. single account is effected - password.

what likely happened: you were online, lost connection and the bliz servers dont register you as offline so your char is in a hung state. usually its kicked to the lobby and you can see them as account#2 if you were to log in. you can either wait for bnet servers to kick you or have a bliz admin kick the char. <--99% odds this is what happened. but this is actually odd because if this did happen the account password would not be effected. so something else entirely is happening here and its server side. there has been a few topics posted here within the past few months that are near identical to what happened here. in all accounts none were recoverable. so this has nothing to do with botting, its blizzard at work here and the account is gone. other reports of password reset requests to registered accounts fail. sorry but the account is gone.

1% odds of this:
you do not need to keylog in d2 to get accounts... d2 is an old old program, you can inspect network traffic in plaintext with wireshark, the network traffic is not encrypted. during login the password sha1 hash of the account is simply sent insecurely to blizzard. sha-1 is broken but its somewhat secure but not for anything sensitive. it was broken in 2017 by google and this is what d2 uses. websites dont know your plaintext password but they know the hash of it. so you never want to brute force anything even broken algorithms as its the slowest possible way but its usually impossible if its not broken. its more realistic to capture the sha1 hash then compare the hash to a known public lookup table dump of known passwords. password complexity for most people is not high and if you combine that with broken hashing (sha1) you have real problems. so for all of this to work you would need some type of program like a remote access trogin to be on the computer, have command and control over that machine and sniff local network traffic when its just easier to keylog directly but both methods work.

but lets be realistic, yes all of what i mentioned can happen but the probability of it is very very low because:
d2 is a dead game and it requires time, effort to pull something like that off. there is also no profit and this is the major reason why d2 accounts are safe.

(possible)
you could have password reuse where a social media account / password is in a known public dump but this does not match the op's description but if an account is logged in then the identical account is logged in again with the character it will be kicked from the game but wont have a password error.


I've read from the post online having the same issue that it's not actually a password issue but it is stuck. And the wrong password is just a generic response the server is giving. How would I reach out to blizzard to have them kick it? Would they even respond with this old a game?

Just sucks cause new ladder season and I had like 80% of hdin ready and don't want to redo it all lol
Go Back To Diablo 2 Discussion Topic List
12Next
Add Reply New Topic New Poll