1 sharedlibrarycorehelpers Hashing
RaidMax edited this page 2023-05-20 22:09:21 -05:00

Hashing Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Helpers
  SharedLibraryCore.Helpers.Hashing[[Hashing]]
  end

Members

Methods

Public Static methods

Returns Name
string``[] Hash(string password, string saltStr)
Generate password hash and salt

Details

Constructors

Hashing

Source code

public Hashing()

Methods

Hash

Source code

public static string Hash(string password, string saltStr)
Arguments
Type Name Description
string password plaintext password
string saltStr salt of password
Summary

Generate password hash and salt

Returns

Generated with ModularDoc