C# 클래스 Yodiwo.Tools.Crypto

파일 보기 프로젝트 열기: yodiwo/plegma

공개 메소드들

메소드 설명
DecryptBytes_AES ( byte input, string key ) : byte[]
DecryptText_AES ( byte input, string key ) : string
EncryptBytes_AES ( byte input, string key ) : byte[]
EncryptText_AES ( string input, string key ) : byte[]
GenerateRandomBase64 ( int length ) : string

메소드 상세

DecryptBytes_AES() 공개 정적인 메소드

public static DecryptBytes_AES ( byte input, string key ) : byte[]
input byte
key string
리턴 byte[]

DecryptText_AES() 공개 정적인 메소드

public static DecryptText_AES ( byte input, string key ) : string
input byte
key string
리턴 string

EncryptBytes_AES() 공개 정적인 메소드

public static EncryptBytes_AES ( byte input, string key ) : byte[]
input byte
key string
리턴 byte[]

EncryptText_AES() 공개 정적인 메소드

public static EncryptText_AES ( string input, string key ) : byte[]
input string
key string
리턴 byte[]

GenerateRandomBase64() 공개 정적인 메소드

public static GenerateRandomBase64 ( int length ) : string
length int
리턴 string