>
>         Actually, the problem is a bit deeper. In her application, the app
> object has one value of CryptoKey, but in the CxnEditor application, it has
> a blank value for CryptoKey. Your method will work, but it's not ideal. I
> need to integrate CryptoKey into CxnEditor.
>
>
>
> -- Ed Leafe
>

I had the same issue. All I did from the command line was:

>>> import dabo
>>> from dabo.lib.SimpleCrypt import SimpleCrypt
>>> obj = SimpleCrypt("Some top-secret key!")
>>> print obj.encrypt("Ricardo")
MSzFMOyqtvXMmllDNRMoaZk=

Then copied and pasted the encrypted password into my cnxml file.

You can follow the responses I received in this thread:
http://old.nabble.com/cryptoKeyDES-td29926318.html#a29926318

Carey


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

Reply via email to