0

How can one obtain his/her database password with code while the admin privileges are proved to be sufficient by windows authentication?

1 Answer 1

5

You can't. Any self-respecting database would never store the passwords in clear text. It would only store a hash of the password and compare the hash of the password you enter to this hash. If you have administrative privileges, you can reset this password to some new value though.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.