Professionnel en sécurité, développeur et entrepreneur
Posts tagged php
PHP – Persistent Database Password
12 years ago
by Francois.Harvey
in sécurité
Is storing password in clear text inside a hash is a vulnerability or not ? To me, yes it’s a unsecure design bug and it should be fixed. But others think that untrusted binary extension shouldn’t run anyways and if a bad guys inject a rogue extensions, it’s already game over. So… here it’s. Persistent database password dump proof of concept.