C# 클래스 Rainy.Crypto.CryptoHelper

파일 보기 프로젝트 열기: Dynalon/Rainy

공개 메소드들

메소드 설명
Create256BitLowerCaseHexKey ( this crypto ) : string
DecryptWithKey ( this ciphertext, string hexkey, string iv ) : string
EncryptWithKey ( this plaintext, string hexkey, string iv ) : string
ToByteArray ( this text ) : byte[]
ToHexString ( this bytes ) : string

메소드 상세

Create256BitLowerCaseHexKey() 공개 정적인 메소드

public static Create256BitLowerCaseHexKey ( this crypto ) : string
crypto this
리턴 string

DecryptWithKey() 공개 정적인 메소드

public static DecryptWithKey ( this ciphertext, string hexkey, string iv ) : string
ciphertext this
hexkey string
iv string
리턴 string

EncryptWithKey() 공개 정적인 메소드

public static EncryptWithKey ( this plaintext, string hexkey, string iv ) : string
plaintext this
hexkey string
iv string
리턴 string

ToByteArray() 공개 정적인 메소드

public static ToByteArray ( this text ) : byte[]
text this
리턴 byte[]

ToHexString() 공개 정적인 메소드

public static ToHexString ( this bytes ) : string
bytes this
리턴 string