i would like to change/update a password value on a mysql table using a third party php application. this password is being read and configured by another application that is build with fuelphp and uses its simpleauth module which means its hashed with PBKDF2. how can this be achieved? i was looking at a function hash_pbkdf2() but this function asks or the algorithm to use. i don't know what is the algorithm used by the fuelphp so i cant try it out.
thanks