C# 클래스 Orc.NuGetExplorer.EncryptionHelper

파일 보기 프로젝트 열기: WildGums/Orc.NuGetExplorer

공개 메소드들

메소드 설명
Decrypt ( string s, string key ) : string
Encrypt ( string s, string key ) : string
GetMd5Hash ( string s ) : string

비공개 메소드들

메소드 설명
CreateCryptoServiceProvider ( Encoding encoding, string key ) : TripleDESCryptoServiceProvider
GetEncoding ( ) : Encoding

메소드 상세

Decrypt() 공개 정적인 메소드

public static Decrypt ( string s, string key ) : string
s string
key string
리턴 string

Encrypt() 공개 정적인 메소드

public static Encrypt ( string s, string key ) : string
s string
key string
리턴 string

GetMd5Hash() 공개 정적인 메소드

public static GetMd5Hash ( string s ) : string
s string
리턴 string