C# 클래스 CapDemo.BL.AES

파일 보기 프로젝트 열기: antang/NewCapstoneProject 1 사용 예제들

공개 메소드들

메소드 설명
AES_Encrypt ( byte bytesToBeEncrypted, byte passwordBytes ) : byte[]
EncryptText ( string input, string password ) : string

메소드 상세

AES_Encrypt() 공개 메소드

public AES_Encrypt ( byte bytesToBeEncrypted, byte passwordBytes ) : byte[]
bytesToBeEncrypted byte
passwordBytes byte
리턴 byte[]

EncryptText() 공개 메소드

public EncryptText ( string input, string password ) : string
input string
password string
리턴 string