Skip to content

Commit 295af88

Browse files
Update README.md
1 parent abf4b1e commit 295af88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ You can use the following encryptions: `HashAlgorithm::DEFAULT`, `HashAlgorithm:
5656

5757
You can change the type of algorithm used to generate the hash. It is possible to use `PASSWORD_BCRYPT`,` PASSWORD_ARGON2I`, `PASSWORD_ARGON2ID` and even `PASSWORD_DEFAULT`.
5858

59-
`useDefault()` will use standard encryption
60-
`useBcrypt()` will use Bcrypt encryption
61-
`useArgon2()` will use Argon2 encryption
62-
`useArgon2(null)` passing `true` will use Argon2d encryption
59+
- `useDefault()` will use standard encryption
60+
- `useBcrypt()` will use Bcrypt encryption
61+
- `useArgon2()` will use Argon2 encryption
62+
- `useArgon2(true)` passing `true` will use Argon2d encryption
6363

6464
```php
6565
# standard encryption

0 commit comments

Comments
 (0)