C# 클래스 OpenNos.Core.EncryptionBase

파일 보기 프로젝트 열기: OpenNos/OpenNos 1 사용 예제들

공개 메소드들

메소드 설명
Decrypt ( byte data, int customParameter ) : string
DecryptCustomParameter ( byte data ) : string
Encrypt ( string data ) : byte[]
EncryptionBase ( bool hasCustomParameter ) : System
Sha512 ( string inputString ) : string

메소드 상세

Decrypt() 공개 추상적인 메소드

public abstract Decrypt ( byte data, int customParameter ) : string
data byte
customParameter int
리턴 string

DecryptCustomParameter() 공개 추상적인 메소드

public abstract DecryptCustomParameter ( byte data ) : string
data byte
리턴 string

Encrypt() 공개 추상적인 메소드

public abstract Encrypt ( string data ) : byte[]
data string
리턴 byte[]

EncryptionBase() 공개 메소드

public EncryptionBase ( bool hasCustomParameter ) : System
hasCustomParameter bool
리턴 System

Sha512() 공개 정적인 메소드

public static Sha512 ( string inputString ) : string
inputString string
리턴 string