We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8587f commit 85dd430Copy full SHA for 85dd430
README.md
@@ -46,6 +46,8 @@ $hash = $password->useArgon2()->createHash('my_password');
46
$hash = $password->useArgon2(true)->createHash('my_password');
47
```
48
49
+If the type of algorithm is not provided, the default encryption will be 'PASSWORD_DEFAULT'.
50
+
51
## Returns information about the given hash
52
53
To return the information of the created hash, use `$info` as `true`.
0 commit comments