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: hashing.md
+17-8
Original file line number
Diff line number
Diff line change
@@ -6,38 +6,47 @@ Supercharge comes with a hashing package allowing you to seamlessly hash values
6
6
7
7
8
8
## Configuration
9
-
The hashing configuration file is located at `config/hashing.ts`. It contains the default hash driver and the corresponding settings. At this point, only bcrypt is supported as a hash driver. You may adjust bcrypt’s work factor in the configuration file.
9
+
The hashing configuration file is located at `config/hashing.ts`. It contains the default hash driver and the corresponding hash driver settings.
10
+
11
+
12
+
### Available Hashing Drivers
13
+
Supercharge uses a driver-based approach for hashing. A driver represents a hash algorithm used to generate the hash for a given value. Here’s a list of available hash drivers:
0 commit comments