-
-
Notifications
You must be signed in to change notification settings - Fork 49
sharedlibrarycorehelpers Hashing
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Helpers
SharedLibraryCore.Helpers.Hashing[[Hashing]]
end
| Returns | Name |
|---|---|
string``[] |
Hash(string password, string saltStr)Generate password hash and salt |
public Hashing()public static string Hash(string password, string saltStr)| Type | Name | Description |
|---|---|---|
string |
password | plaintext password |
string |
saltStr | salt of password |
Generate password hash and salt
Generated with ModularDoc