How do I take a plaintext password and insert an entry in the MySQL database that MediaWiki uses, that would comply to MediaWiki's password rules?
I found this article on how they store their passwords, but I can't seem to figure out how I can create my own passwords in PHP to then upload them to the database using their "pbkdf2" hashing stuff.
I have my own PHP user registration script, which authenticates my users into multiple applications and I want to copy everyone's hash and paste it into all their accounts, so all their passwords would be the same on all the applications.