Finding a legacy firebird/Interbase database password - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T05:48:42Z http://stackoverflow.com/feeds/question/685420 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/685420/finding-a-legacy-firebird-interbase-database-password 1 Finding a legacy firebird/Interbase database password Martín Marconcini 2009-03-26T11:46:43Z 2009-04-03T14:47:01Z <p>Hi,</p> <p>I have a customer that has an old non-existant application; he had a problem with the company that made the application and they won't disclose his database password. He realized that he signed a contract (back then) where it said that he was sort of "renting" the application and they had no right to disclose anything. This customer found out that he's not the only one with the same problem with that company. He's a Dentist and other dentists with the same old application experienced the same problems when trying to buy a new software and attempted to migrate their patients to the new system.</p> <p>In either case, he wants to open his little firebird database, so we can at least extract some data to our SQL Servers. I have tried with the default 'masterkey' (which is, in fact, 'masterke' due to the 8 char limit) to no avail. </p> <p>Now I know he could go legal and try to force the company to release his information, but I want to do it the short way. Does anybody know an app that can brute force/crack a legacy Firebird password?</p> <p>Thanks.</p> <p>EDIT: The legacy software is "STOMA-W", I cannot even find it on Internet. They are located in Asturias, Spain. </p> http://stackoverflow.com/questions/685420/finding-a-legacy-firebird-interbase-database-password/685516#685516 4 Answer by Douglas Tosi for Finding a legacy firebird/Interbase database password Douglas Tosi 2009-03-26T12:18:07Z 2009-03-26T12:18:07Z <p>Firebird does not (yet) store passwords inside the database file.<br /> With this in mind, move the database file to another server where the sysdba password is known. </p> http://stackoverflow.com/questions/685420/finding-a-legacy-firebird-interbase-database-password/714244#714244 0 Answer by brotharewt for Finding a legacy firebird/Interbase database password brotharewt 2009-04-03T14:47:01Z 2009-04-03T14:47:01Z <p>On the off chance you can get to a prompt which shows the masked password, ie. password shows as <code>"********"</code> in a text box, you can use <a href="http://www.snadboy.com/RevelationV2.zip" rel="nofollow">Snadboy's revelation</a> to get at this password.</p>