C# Class CapDemo.BL.AES

Mostrar archivo Open project: antang/NewCapstoneProject Class Usage Examples

Public Methods

Method Description
AES_Encrypt ( byte bytesToBeEncrypted, byte passwordBytes ) : byte[]
EncryptText ( string input, string password ) : string

Method Details

AES_Encrypt() public method

public AES_Encrypt ( byte bytesToBeEncrypted, byte passwordBytes ) : byte[]
bytesToBeEncrypted byte
passwordBytes byte
return byte[]

EncryptText() public method

public EncryptText ( string input, string password ) : string
input string
password string
return string