Can anyone crack the OKX wallet? I have the password but cannot log in
Exchange or wallet ?
You Must Paste seedPhrase and passwordwallet on chrome
www.okx.com
can i message youHello, OKX wallet has changed it's security.
It will not be possible to login normally with only the password. You need these 4 things to be correct:
1) Password ("example11!")
2) Extension ID (for chrome its "mcohilncbfahbmgdjkbpemcciiolgcge")
3) Operating system (win/linux/mac)
4) cpu model (exact model name, example "Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz")
Combine 2,3,4 :
os, extension_id, cpu model
combined_string = "winmcohilncbfahbmgdjkbpemcciiolgcgeIntel(R) Core(TM) i7-7700 CPU @ 3.60GHz"
next hash it with sha256/512 depending on what the vault metadata says, and finally add the password infront of the hash, for example:
final password:
"example11!dd534213896aed58cf7632d9856e74a4d90c4848b5036533cf47e15e2ed9d3ea"
the final password is the key you can use for decrypting the vault. I have software for this, even if you don't know the cpu model, password or os.
In other words, if the wallet has this security feature enabled, the only way to get the mnemonic is to decrypt the vault with a script)
surecan i message you