I have a file dsn containing encrypted password. I need to get the decrypted password and perform the steps). We are not storing password anywhere else.

Is there any way to get the PWD using some routine or sybase tool?

We are using Sybase version 9.0.2 (DBODBC9.DLL)..pretty old

Any help is highly appreciated.

Thanks

link|improve this question

75% accept rate
Problem in hand: 1. I have database created with password A. created file dsn. 2. password gets changed to B. 3. B is known to me. I need to reset password A into database which is in encrypted form. Can I either decrypt the encrypted password and then reset it into the DB or reset using encrypted password (if possible)? – Vineet Jul 27 '11 at 18:24
feedback

1 Answer

up vote 1 down vote accepted

Check out the link. http://sqlanywhere-forum.sybase.com/questions/6636/decrypt-dsn-password-enp-to-pwd

This should give you all information on this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.