Latest Password encryption Method/function for user passwords

What is the latest encryption /hashing method used to save the user passwords in db .
I want to be able to replicate the same key for the same password which is stored in the db ,

to be able to authenticate a particular user.
If i am correct the passwords are stored in __Auth table .

thanks in advance