Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

hash method and user data migrate #525

Open iclear opened 9 years ago

iclear commented 9 years ago

Q1: what's the hash method used in confide? is it bcrypt? Q2: if it is bcypt, when i copy the acount info with the 60 bytes hashed password into another login system, i can't login successfully there . it doesn't work. i don't know what's wrong.