On 2/5/10 8:46 AM, Nate Lowrie wrote: > I installed the PyCrypto module and can import it just fine. I set the > cryptoKeyDES variable in my app. The application is still using the > simplecrypt provider. Do I need to set the Crypto provider and if so, > what do I set it to?
Yes, set the Crypto property of dApp. Make your own wrapper class if necessary, instantiate it, and set dApp.Crypto to that instance. Your wrapper just needs to expose the interface that Dabo wants (encrypt() and decrypt() functions that each take 1 arg). 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]
