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
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
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