C# 클래스 Gwupe.Common.Security.Util

파일 보기 프로젝트 열기: gwupe/Gwupe

공개 메소드들

메소드 설명
AesDecryptBytes ( byte encryptedPlusIv, int offset, int length, byte encryptionKey ) : byte[]
AesEncryptBytes ( byte source, int offset, int length, byte encryptionKey ) : byte[]
generateString ( int size ) : String
getMD5Hash ( byte data, int offset, int count ) : String
getSingleton ( ) : Util
hashPassword ( string password, string token = "" ) : String

비공개 메소드들

메소드 설명
Util ( ) : System

메소드 상세

AesDecryptBytes() 공개 메소드

public AesDecryptBytes ( byte encryptedPlusIv, int offset, int length, byte encryptionKey ) : byte[]
encryptedPlusIv byte
offset int
length int
encryptionKey byte
리턴 byte[]

AesEncryptBytes() 공개 메소드

public AesEncryptBytes ( byte source, int offset, int length, byte encryptionKey ) : byte[]
source byte
offset int
length int
encryptionKey byte
리턴 byte[]

generateString() 공개 메소드

public generateString ( int size ) : String
size int
리턴 String

getMD5Hash() 공개 메소드

public getMD5Hash ( byte data, int offset, int count ) : String
data byte
offset int
count int
리턴 String

getSingleton() 공개 정적인 메소드

public static getSingleton ( ) : Util
리턴 Util

hashPassword() 공개 메소드

public hashPassword ( string password, string token = "" ) : String
password string
token string
리턴 String