> "Diez B. Roggisch" (DBR) wrote:
>DBR> Jean-Claude Neveu schrieb:
>>> I'm looking for a recommendation about encryption/decryption packages for
>>> Python.
>>>
>>> I'm working on a project that will require me to store some values in a
>>> database in encrypted format. I'll be storing them
Jean-Claude Neveu writes:
> I'm working on a project that will require me to store some values in
> a database in encrypted format. I'll be storing them from a PHP script
> and retrieving them (decrypting them) using Python. I'm currently
> using PHP's mcrypt package to encrypt the values, and I'm
Jean-Claude Neveu schrieb:
I'm looking for a recommendation about encryption/decryption packages
for Python.
I'm working on a project that will require me to store some values in a
database in encrypted format. I'll be storing them from a PHP script and
retrieving them (decrypting them) using
I'm looking for a recommendation about encryption/decryption packages
for Python.
I'm working on a project that will require me to store some values in
a database in encrypted format. I'll be storing them from a PHP
script and retrieving them (decrypting them) using Python. I'm
currently usin