Skip to content

Commit 85dd430

Browse files
Update README.md
1 parent 1a8587f commit 85dd430

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ $hash = $password->useArgon2()->createHash('my_password');
4646
$hash = $password->useArgon2(true)->createHash('my_password');
4747
```
4848

49+
If the type of algorithm is not provided, the default encryption will be 'PASSWORD_DEFAULT'.
50+
4951
## Returns information about the given hash
5052

5153
To return the information of the created hash, use `$info` as `true`.

0 commit comments

Comments
 (0)