arachnode.net

Encryption.EncryptTripleDES(String, Byte, Byte) Method

Encrypts the triple DES.

public static string EncryptTripleDES(
   string toBeEncrypted,
   byte[] key,
   byte[] iv
);

Parameters

toBeEncrypted
To be encrypted.
key
The key.
iv
The iv.

Return Value

See Also

Encryption Class | Arachnode.Security Namespace | Encryption.EncryptTripleDES Overload List