C# 클래스 reExp.Utils.EncryptionUtils

파일 보기 프로젝트 열기: ren85/rextester_win

공개 메소드들

메소드 설명
CreateMD5Hash ( string input ) : string
EncodeDecode ( byte infoBytes ) : byte[]
FromUserString ( string s ) : byte[]
ToUserString ( byte bytes ) : string

메소드 상세

CreateMD5Hash() 공개 정적인 메소드

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

EncodeDecode() 공개 정적인 메소드

public static EncodeDecode ( byte infoBytes ) : byte[]
infoBytes byte
리턴 byte[]

FromUserString() 공개 정적인 메소드

public static FromUserString ( string s ) : byte[]
s string
리턴 byte[]

ToUserString() 공개 정적인 메소드

public static ToUserString ( byte bytes ) : string
bytes byte
리턴 string