ColdFusion Datasource
I would like to know the current password for my data sources in ColdFusion 11, what is the process for that... If the password is in encrypted form how to decrypt it.
I would like to know the current password for my data sources in ColdFusion 11, what is the process for that... If the password is in encrypted form how to decrypt it.
I don't think it can be decrypted. The passwords stored by CF are hashed, not encrypted. If you had a table of values that were hashed using the same seed that CF is configured to use, you could probably identify the original password from that, but CF does let you change the seed so that seems less likely to work.
But if your goal is to find this out, why not go to whoever manages the database server and just ask?
Dave Watts, CTO, Fig Leaf Software
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.