You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ You can use the following encryptions: `HashAlgorithm::DEFAULT`, `HashAlgorithm:
52
52
53
53
## Changing the encryption algorithm
54
54
55
+
**NOTE: If you are using the settings passed in the constructor then you can ignore the code below.**
56
+
55
57
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`.
0 commit comments