> > Opening https://wiki.php.net/rfc/password_registry for discussion. >
Should the registry support password hashing mechanisms defined in script > code? (I don't think so, but feel free to disagree) > Not for disagreeing but for the discussion: allowing userland to provide algos would allow providing polyfills. This is proven useful already (see https://github.com/symfony/polyfill/) Of course, a userland algo should not be allowed to replace an existing algo. Nicolas