Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

text to sha256 converter in laravel

$hash = Hash::make('secret');

$input = 'secret';
if(Hash::check($input, $hash)){
    // the input matches the secret
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #text #converter #laravel
ADD COMMENT
Topic
Name
3+6 =