C# 클래스 FX.SalesLogix.Modules.GitExtensions.Installer.Utility.SecurityUtility

파일 보기 프로젝트 열기: CustomerFX/SalesLogixGitExtensions

공개 메소드들

메소드 설명
DESDecrypt ( string Value ) : string
DESDecrypt ( string Value, string Key ) : string
DESEncrypt ( string Value ) : string
DESEncrypt ( string Value, string Key ) : string
MD5GetHash ( string input ) : string
MD5VerifyHash ( string input, string hash ) : bool

메소드 상세

DESDecrypt() 공개 정적인 메소드

public static DESDecrypt ( string Value ) : string
Value string
리턴 string

DESDecrypt() 공개 정적인 메소드

public static DESDecrypt ( string Value, string Key ) : string
Value string
Key string
리턴 string

DESEncrypt() 공개 정적인 메소드

public static DESEncrypt ( string Value ) : string
Value string
리턴 string

DESEncrypt() 공개 정적인 메소드

public static DESEncrypt ( string Value, string Key ) : string
Value string
Key string
리턴 string

MD5GetHash() 공개 정적인 메소드

public static MD5GetHash ( string input ) : string
input string
리턴 string

MD5VerifyHash() 공개 정적인 메소드

public static MD5VerifyHash ( string input, string hash ) : bool
input string
hash string
리턴 bool