there is an old laravel
project with the user"s password
field. Now the data of this project needs to be migrated to other languages (go).
but the password
field cannot reverse hash
out of the original value,
how should I handle this situation?
do I need to use go
to implement a laravel
password hash
function?
laravel
encryption Source