Hello
Today I get this error
Package laminas/laminas-crypt is abandoned, you should avoid using it. No replacement was suggested.
I use this package for create a password by Bcrypt, What is the alternative method to create a password?
Hello
Today I get this error
Package laminas/laminas-crypt is abandoned, you should avoid using it. No replacement was suggested.
I use this package for create a password by Bcrypt, What is the alternative method to create a password?
Use PHP’s password_hash
function:
Thank for your reply
For other actions I used GitHub - phpseclib/phpseclib: PHP Secure Communications Library, What is your idea? its OK?