C# Class CapDemo.BL.AES

Afficher le fichier Open project: antang/NewCapstoneProject Class Usage Examples

Méthodes publiques

Méthode Description
AES_Encrypt ( byte bytesToBeEncrypted, byte passwordBytes ) : byte[]
EncryptText ( string input, string password ) : string

Method Details

AES_Encrypt() public méthode

public AES_Encrypt ( byte bytesToBeEncrypted, byte passwordBytes ) : byte[]
bytesToBeEncrypted byte
passwordBytes byte
Résultat byte[]

EncryptText() public méthode

public EncryptText ( string input, string password ) : string
input string
password string
Résultat string