[]
Encrypt the input base on MurMur3 algorithm
public static string Encrypt(string input)
Public Shared Function Encrypt(input As String) As String
| Type | Name | Description |
|---|---|---|
| string | input | The input string that you want to encrypt |
| Type | Description |
|---|---|
| string |