On 2/6/10 6:48 PM, Nate Lowrie wrote: > Ed, > > I re-created the cnxml files with no luck. What I would like to do is > to have a different key for each application. If that is the case, I > am struggling with how to tell the CxnEditor which DES key to use for > the encryption. I didn't find any way to set the key. Is there an > easy way to do this?
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 _______________________________________________ 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]
