Description
Per https://phpseclib.com/docs/bcrypt I gather OpenSSH uses a non-standard version of bcrypt with its encrypted keys. Maybe PHP's password_hash() method could be updated to support this?
I'll concede that it's relatively obscure but hash() supports rather obscure algorithms as well.
Description
Per https://phpseclib.com/docs/bcrypt I gather OpenSSH uses a non-standard version of bcrypt with its encrypted keys. Maybe PHP's
password_hash()method could be updated to support this?I'll concede that it's relatively obscure but
hash()supports rather obscure algorithms as well.