Ed Leafe wrote: > On Mar 21, 2010, at 1:23 PM, Ricardo Aráoz wrote: > > >> This I have read about it in the list, but I'm not clear. Should I >> install PyCrypto and the message will go? I'm guessing no. How should I >> configure the cryptoKey value? >> > > > What version are you running? The cryptography stuff was changed in > r5681. >
Ok, now I'm in the latest dabo version and installed pyCrypto, but keep seeing the warning. This is my code (BTW there is probably a typo in http://wiki.dabodev.com/SimpleCrypt, the example says """crytoKeyDES = "Some Text Value""". Missing 'p'?) I set the four variables as it was not clear from the document which was the proper setting, but I'm certainly doing something wrong. ---------------------------------------------------------------------------------------------------------------------------------- Platform: Win Python Version: 2.5.4 on win32 Dabo Version: Version 0.9.2; Revision ~5756 UI Version: 2.8.9.1 on wxMSW ---------------------------------------------------------------------------------------------------------------------------------- >>> import dabo >>> crytoKeyDES = "Some Text Value" >>> cryptoKeyDES = "Some Text Value" >>> dabo.cryptoKeyDES = "Some Text Value" >>> dabo.crytoKeyDES = "Some Text Value" >>> ci = dabo.db.dConnectInfo(Host='dabodev.com', ... DbType='MySQL', Database='webtest', ... User='webuser', PlainTextPassword='foxrocks') C:\Python25\lib\site-packages\dabo\dabo\lib\SimpleCrypt.py:52: UserWarning: WARNING: SimpleCrypt is not secure. Please see http://wiki.dabodev.com/SimpleCrypt for more information warnings.warn("WARNING: SimpleCrypt is not secure. Please see http://wiki.dabodev.com/SimpleCrypt for more information") >>> ci = dabo.db.dConnectInfo(Host='dabodev.com', ... DbType='MySQL', Database='webtest', ... User='webuser', PlainTextPassword='foxrocks') >>> ---------------------------------------------------------------------------------------------------------------------------------- --- 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]
