Ed Leafe wrote: > On Mar 21, 2010, at 3:43 PM, Ricardo Aráoz wrote: > > >>>>> import dabo >>>>> crytoKeyDES = "Some Text Value" >>>>> cryptoKeyDES = "Some Text Value" >>>>> dabo.cryptoKeyDES = "Some Text Value" >>>>> dabo.crytoKeyDES = "Some Text Value" >>>>> > > Oooh, so close! ;-) > > The way to set the key is to set the Application's CryptoKey property > to either the string you want to use, or to a callable that will return the > string. >
LOL But still don't get it. PyCrypto is ok, I can do """from Crypto.Cipher import DES3""" without error. But I'm not using an app, just bizobjects. So I don't get which property I should set. And I must be thick today but I don't get which string to set either. You say "the string you want to use". To use for what? Do you mean I should store the db password there? Or a seed string? Or what? --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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]
