Hello,
After some hours, i finally found Toad encrypt password in CONNECTIONPWD.ini file with AES encryption.
They use a key which is different on each computer. (I don't know if i can say.)
So i would like to encrypt my own CONNECTIONPWD.ini, i already made a CONNECTIONS.ini file with a small Java program which get all connect which i need from DB, and build a txt file.
But after i need to type each password.
so i would like to encrypt all password directly in the file.
But i don't know exactly algorithm. I know the website http://user.talkingbyte.com can do that in reverse mode.
So Toad team an answer me and give me some tips to encode my password in the file.
I use Java program and cipher encryption but no success for this time....
Thanks in advance