C# 클래스 Signum.Services.CryptorEngine

파일 보기 프로젝트 열기: signumsoftware/framework

공개 메소드들

메소드 설명
CalculateMD5Hash ( byte inputBytes ) : string
CalculateMD5Hash ( string input ) : string
CryptorEngine ( string key ) : System
Decrypt ( string encrypted ) : string
Encrypt ( string text ) : string

비공개 메소드들

메소드 설명
GetMD5KeyHash ( ) : byte[]
TripleDesCryptoService ( ) : TripleDESCryptoServiceProvider

메소드 상세

CalculateMD5Hash() 공개 정적인 메소드

public static CalculateMD5Hash ( byte inputBytes ) : string
inputBytes byte
리턴 string

CalculateMD5Hash() 공개 정적인 메소드

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

CryptorEngine() 공개 메소드

public CryptorEngine ( string key ) : System
key string
리턴 System

Decrypt() 공개 메소드

public Decrypt ( string encrypted ) : string
encrypted string
리턴 string

Encrypt() 공개 메소드

public Encrypt ( string text ) : string
text string
리턴 string