PHP code example of andrey-cheburaev / package-otus-hw3

1. Go to this page and download the library: Download andrey-cheburaev/package-otus-hw3 library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

andrey-cheburaev / package-otus-hw3 example snippets



$hashProcessor = new \AndreyCheburaev\PackageOtusHw3\HashProcessor();
echo $hashProcessor->getBlowfishHash('my_password'); // "$2y$10$GqWn5VgoqzuKRPfSQT8rnub85xWtoc8mJrZHI/DqP5RfV66Hbe3V2"