Hash password compatibility between Yii ( Php Crypt ) and Laravel Sentinel
问题 I'm building a laravel app using Sentinel, based in an old system code in Yii. Purpose is be able to login in new system with old users / old db. I first has to resolved model issue: Custom Model and fields with Sentinel / Laravel Now, it is ok. I have a last issue, it seems to be hashing password from different ways. When I check the hash method in Yii, I can find that it use Blowfish algorithm: /** * CPasswordHelper provides a simple API for secure password hashing and verification. * *