M2crypto

2012-02-12 Thread zigi
Hello, M2crypto __init__(self, alg, key, iv, op, key_as_bytes=0, d='md5', salt='12345678', i=1, padding=1) I wont write app, using M2crypto and I can not understand what are the arguments: key, iv, op, salt ? What they do ? -- http://mail.python.org/mailman/listinfo/python-list

Re: M2crypto

2012-02-13 Thread zigi
Hello, this is must be testing time to crypt files, using just M2crypto :-) I know this is a strange use of the library, but such is the will of the management. On 13 Lut, 01:28, geremy condra wrote: > On Sun, Feb 12, 2012 at 4:00 PM, Mel Wilson wrote: > > zigi wrote: >

Re: M2crypto

2012-02-13 Thread zigi
Ok, thanks. On 13 Lut, 23:27, geremy condra wrote: > On Mon, Feb 13, 2012 at 12:37 AM, zigi wrote: > > Hello, > > this is must be testing time to crypt files, using just M2crypto :-) > > I know this is a strange use of the library, but such is the will of > > the ma