in reply to Verify WordPress user password via Perl
Usually a salt is just prepended to a password before encrypting it. The same as the salt is prepended to the encrypted string. Really simple
To call the php function from perl you probably would have to write a php script with command line parameters and using this function to output the result to STDOUT. Then calling this script with the `` operator from perl. Or use the php equivalent to exit() to confer the result and use system() to call the script from perl
|
|---|