Web API Core | ComponentOne
C1.Web.Api.Visitor.Utils Namespace / MurMur3Encryptor Class / Encrypt Method
The input string that you want to encrypt

In This Topic
    Encrypt Method
    In This Topic
    Encrypt the input base on MurMur3 algorithm
    Syntax
    'Declaration
     
    
    Public Shared Function Encrypt( _
       ByVal input As String _
    ) As String
    public static string Encrypt( 
       string input
    )

    Parameters

    input
    The input string that you want to encrypt
    See Also