Encryption Test : TripeDes


May 2004

This page based on How To: Create an Encryption Library on MSDN.

Key: Must be 16 bytes (chars) for TripeDes
Initialization Vector: Must be 8 bytes (chars) for TripeDes
...now type the text to encrypt...
Encrypt:
...then copy the result here to decrypt...
Decrypt:

With minor modifications this page could be used to test the other algorithms in the System.Cryptography namespace (Des, Rc2 and Rijndael).