On Fri, 16 Dec 2011 06:53:04 -0800 (PST) resi147 <[email protected]> wrote:
> But unfortunatly > found those not being platform independant, in my case between mac > (home) and linux (work). > I was wondering what could be the reason, because those encryption > mechansismn should > not depend on the operating system I wrote Stickynoteenc, and as the docs. say it requires the python-crypto module. As long as you have that module installed on both machines I can't see why it would be incompatible either. On both machines try: from Crypto.Cipher import AES in the python console. Does it work on both? I'd like (a) to use a python standard library alternative if there is one, presumably I decided there wasn't when I wrote it, years ago, and (b) to be able to encrypt trees, not just node content. Sometime. Maybe. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
