I'm working for a company and I have to remake their API to Golang from Php. The previous developer was using Phpass with Php, however, I need to use it with Golang.
I searched about how to implement phpass in go but it doesn't seems to work as well as in php.
I saw these github implementations:
gopass — Implement phpass algorithm in go
phpass — A go implementation of the PHPass password ...
Maybe it's weird, but does it works the same in Php? For me, each time I get a new hashed password for the same password/using. I also never did php, so I don't really know how to test this class/library (phpass)
Thank for help !