MyBB Community Forums

Full Version: Which PHP library is MyBB using for user password encryption/hashing?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In order to better maintain and transform my forum, I am rewriting MyBB using the Java language and SpringBoot framework that I am good at. I'm not familiar with the PHP language, and I'm currently having trouble reading the code of MyBB's registration and login part.

In order to retain the old user data of my website, I need to know the method of password encryption and login verification used by MyBB user registration, and then use the Java language to reimplement it. 

Is there anyone who knows? Thanks in advance! [Image: heart.gif]
https://community.mybb.com/thread-219582.html

This is about the only thing I could find. And in inc/functions_user.php the same code still exists so I imagine this thread is still valid.
(2023-05-22, 12:33 PM)Taylor M Wrote: [ -> ]https://community.mybb.com/thread-219582.html

This is about the only thing I could find. And in inc/functions_user.php the same code still exists so I imagine this thread is still valid.

Heart