PHP/Python cross encryption

Hello,

for everyone looking for a possibility to encrypt/decrypt data between PHP and Python, here are a PHP class and a Python module which allow cross-encryption. Both languages create different encryption texts but the decryption is compatible using the ECB algorhythm using AES-128.

Requirements:

Python 2.7 + PyCrypto
PHP 5.4 + Mcrypt

PhPyEnc (664 downloads )