C# 클래스 OpenNos.World.WorldEncryption

상속: OpenNos.Core.EncryptionBase
파일 보기 프로젝트 열기: OpenNos/OpenNos

공개 메소드들

메소드 설명
Decrypt ( byte str, int session_id ) : string
Decrypt2 ( string str ) : string
DecryptCustomParameter ( byte str ) : string
Encrypt ( string str ) : byte[]
WorldEncryption ( ) : System

메소드 상세

Decrypt() 공개 메소드

public Decrypt ( byte str, int session_id ) : string
str byte
session_id int
리턴 string

Decrypt2() 공개 정적인 메소드

public static Decrypt2 ( string str ) : string
str string
리턴 string

DecryptCustomParameter() 공개 메소드

public DecryptCustomParameter ( byte str ) : string
str byte
리턴 string

Encrypt() 공개 메소드

public Encrypt ( string str ) : byte[]
str string
리턴 byte[]

WorldEncryption() 공개 메소드

public WorldEncryption ( ) : System
리턴 System