Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

password hashing in laravel

//pass your password to following function
bcrypt('12343');
//or use following method
use IlluminateSupportFacadesHash;
Hash::make('password');
Source by laravel.com #
 
PREVIOUS NEXT
Tagged: #password #hashing #laravel
ADD COMMENT
Topic
Name
3+2 =