Convert wordpress password to BCrypt-based

I have an old project which is using WordPress, currently we create a new project and need to migrate the user’s data into the new database (also Mysql).

The new database is using Bcrypt for encoding password for users. The old encode type in wordpress is like:

Read More
$P$BdsGKKQnnH6mi9hznpibst1jl/6G4z1

I think it might be MD5-based or not. I looked this link: http://stackoverflow.com/questions/1045988/what-type-of-hash-does-wordpress-use

I want to find a way to convert this type of password to Bcrypt-based. Maybe mysql script could help me convert? Can anyone give me some suggestions? Thanks.

Related posts

Leave a Reply

1 comment