On Sat, Feb 6, 2010 at 22:55, Paul McNett <[email protected]> wrote: > FWIW, I don't tend to use the cnxml in my apps. I create my connections > manually > using the api, like: > > app.dbConnection = dabo.connect(DbType="MySQL", "user": "appusr", ...) > > So maybe something like that would help you manage? > > As far as having a different key for each app, that should be no problem > setting > dabo.settings.cryptoKeyDES explicitly for each app. > > But I haven't tried the cryptoKeyDES thing myself yet. I should, because it is > undoubtedly more secure than the method I'm using (homegrown).
Paul, I am almost am to the point where I can do that. I have a database login manager that should take care of these problems and store the connection encrypted in the preference manager. The cnxml is really nice for development though. I wasn't intending on making it my permanent solution, just evaluating the new DES system Ed put in place. Thanks for the tips. Regards, Nate _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
