Hi Experts,
We have been given three different encryption keys(Key1, key2, key3) and we were asked to implement Triple DES algorithm.
As per .net documentation, Triple DES class constructor only accepts one key where as client mentioned that they need to encrypt it with three keys.
How to acheive same?