arachnode.net

Encryption.DecryptTripleDES(String, Byte, Byte) Method

Decrypts the triple DES.

public static string DecryptTripleDES(
   string toBeDecrypted,
   byte[] key,
   byte[] iv
);

Parameters

toBeDecrypted
To be decrypted.
key
The key.
iv
The iv.

Return Value

See Also

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