ALGORITHM_MD2
ALGORITHM_MD2 = 'MD2'
Password encoder for microsoft office applications
hashPassword(string $password, string $algorithmName = self::ALGORITHM_SHA_1, string $salt = null, integer $spinCount = 10000) : string
Create a hashed password that MS Word will be able to work with
string | $password | |
string | $algorithmName | |
string | $salt | |
integer | $spinCount |
Loading…