C# Class PerplexMail.SecurityDrivenDotNet.EtM

Afficher le fichier Open project: PerplexInternetmarketing/PerplexMail-for-Umbraco

Méthodes publiques

Méthode Description
Decrypt ( byte masterKey, byte ciphertext, byte salt = null ) : byte[]
Encrypt ( byte masterKey, byte plaintext, byte salt = null ) : byte[]

Method Details

Decrypt() public static méthode

public static Decrypt ( byte masterKey, byte ciphertext, byte salt = null ) : byte[]
masterKey byte
ciphertext byte
salt byte
Résultat byte[]

Encrypt() public static méthode

public static Encrypt ( byte masterKey, byte plaintext, byte salt = null ) : byte[]
masterKey byte
plaintext byte
salt byte
Résultat byte[]