Re: encrypted password in the properties file

2006-01-20 Thread radha rukmani
Thanks Larry.Larry Meadors <[EMAIL PROTECTED]> wrote: You could create a SqlMapClientBuilder that does that, but honestly,it would be a waste of time.If someone can access that file, they can access the bytecode todecrypt it (because your jdbc driver won't use it encrypted) thus theyown you anyway

Re: encrypted password in the properties file

2006-01-20 Thread Larry Meadors
You could create a SqlMapClientBuilder that does that, but honestly, it would be a waste of time. If someone can access that file, they can access the bytecode to decrypt it (because your jdbc driver won't use it encrypted) thus they own you anyway. Good file system security is your best bet. La

encrypted password in the properties file

2006-01-20 Thread radha rukmani
Hi   I am new to ibatis, I want to save only an encrypted password inside the .properties file,   say for now, my sqlMapConfig.properties file has,  driver=oracle.jdbc.driver.OracleDriver url="">jdbc:oracle:thin:@xxx username=username password=password   i want to save an encrypted p