Hi,
I have some trouble with sharing AES encrypted data between pike 7.4 and 7.8. I think this is because the 7.4 key is somehow of size 32 (whilst offering a 16 char key) and the 7.8 sticks to a key size of 16.
With what is the 7.4 key padded to end up with a key sized 32?
I already tried padding with:
* the original key itself * \x00\x00... * \x03\x00\x00...
But all to no avail.
Met vriendelijke groet / With kind regards / mit besten Grüßen,
Coen Schalkwijk
Software Engineer coen.schalkwijk@rtl.nl mailto:coen.schalkwijk@rtl.nl coen@rtlinteractief.nl mailto:coen@rtlinteractief.nl +31 (0)35 671 8915
Hi,
I have some trouble with sharing AES encrypted data between pike 7.4 and 7.8. I think this is because the 7.4 key is somehow of size 32 (whilst offering a 16 char key) and the 7.8 sticks to a key size of 16.
With what is the 7.4 key padded to end up with a key sized 32?
-- Met vriendelijke groet / With kind regards / mit besten Grüßen,
Coen Schalkwijk Software Engineer
coen.schalkwijk@rtl.nl mailto:coen.schalkwijk@rtl.nl
coen@rtlinteractief.nl mailto:coen@rtlinteractief.nl
+31 (0)35 671 8915
pike-devel@lists.lysator.liu.se