The password in post data is a hash. Example
“password”:“c10ef4ea4af6a9fe339126d57981cf5779136efa7ecc3ca278e52b434e34d745”}
Hash checker says it’s sha2-256…. Which is not in ob. Anybody please help
The password in post data is a hash. Example
“password”:“c10ef4ea4af6a9fe339126d57981cf5779136efa7ecc3ca278e52b434e34d745”}
Hash checker says it’s sha2-256…. Which is not in ob. Anybody please help
Use SHA256 hash it’s the same thing.
Already tried that, also figured out that the hash type is ECDSA_SECP256rl_sha256.
ECs are not implemented in OB2 sorry! You might be able to do it with custom C#/js/py code but I wouldn’t know how to help you right now