Użytkownik Ed Leafe napisał:
> dabo Commit
> Revision 5584
> Date: 2010-01-03 12:13:57 -0800 (Sun, 03 Jan 2010)
> Author: Ed
> Trac: http://trac.dabodev.com/changeset/5584
>
> Changed:
> U   trunk/dabo/lib/SimpleCrypt.py
> U   trunk/dabo/settings.py
>
> Log:
> Added support for using the DES module of the Crypto.Cipher package. If that 
> is installed, and the setting for 'dabo.cryptoKeyDES' is set to a string, 
> SimpleCrypt will use the DES module instead of the relatively weak default 
> Dabo encryption.
>    

I got this after patch:

  File "C:\Python25\lib\site-packages\dabo\dApp.py", line 858, in decrypt
     return self.Crypto.decrypt(val)
   File "C:\Python25\lib\site-packages\dabo\lib\SimpleCrypt.py", line 
77, in decrypt
     decString = base64.b64decode(aString)
   File "C:\Python25\lib\base64.py", line 76, in b64decode
     raise TypeError(msg)
TypeError: Incorrect padding

-- 
Regards
Jacek Kałucki


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to