Re: How to read/write a field in MariaDB already managed/encrypted by PHP script.

2020-01-25 Thread I
on 2020-01-25 at 12:08 user ^Bart wrote: Hy guys, I'm doing a software with a login/register area by Python 3 and PHP 7.3, i followed this guide https://www.9lessons.info/2016/04/php-login-system-with-pdo-connection.html and it store the password in encrypted mode but now I need to understan

How to read/write a field in MariaDB already managed/encrypted by PHP script.

2020-01-25 Thread ^Bart
Hy guys, I'm doing a software with a login/register area by Python 3 and PHP 7.3, i followed this guide https://www.9lessons.info/2016/04/php-login-system-with-pdo-connection.html and it store the password in encrypted mode but now I need to understand how to set the same cypher in Python! :\