Użytkownik Carey Gagnon napisał:
> Yes...
> from Crypto.Cipher import DES3
> works.
>
> Do I have to import it into my app?
>
> > From the thread I read I don't believe so because the SimpleCrypt err
> dissapears whe in do this:
>
No.
After initializing CryptoKey property you can use application
encryption/decryption methods, like:
encrypted = self.encrypt("to encrypt")
...
decrypted = self.decrypt(encrypted)
--
Regards
Jacek Kałucki
_______________________________________________
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]