python + php encrypt/decrypt
Peter Irbizon
peterirbizon at gmail.com
Sun Jun 5 06:34:08 EDT 2011
More information about the Python-list mailing list
Sun Jun 5 06:34:08 EDT 2011
- Previous message (by thread): python + php encrypt/decrypt
- Next message (by thread): python + php encrypt/decrypt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, thanks, Unfortunatelly I don't understand how xml should resolve my issue. My problem is: I am trying to use aes256 cbc on python and php to decrypt "textstring". But results are not the same in php and python. Any idea why? password and iv is the same so I don't know where is the problem. I am trying do decrypt data in python then store it as base64 and read and decrypt it in php. 2011/6/4 <hidura at gmail.com> > Use xml to pass the encrypt text. > > > On , Peter Irbizon <peterirbizon at gmail.com> wrote: > > > > Hello, > > > > I would like to encrypt text in python and decrypt it in my PHP script. I > tried to use pycrypto and some aes php scripts but the results are not the > same. Please, is there any example (the best way source codes) how to do > this in python and PHP? > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20110605/c8e1b1e1/attachment-0001.html>
- Previous message (by thread): python + php encrypt/decrypt
- Next message (by thread): python + php encrypt/decrypt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list