Encripcion TripleDES

7 March 2005, 19:14

Clase para Encripcion en C# utilizando TripleDES

Esta clase funciona en VS.NET 2003, se puede modificar para utilizar otro tipo de encripcion, seria de modificar el constructor para cambiar que tipo de encripcion se desea utilizar.

Technorati :
Posted in


    1. The only problem is that the IV needs to change for every single message, otherwise you could leak data. So the methods should either take a new IV on each encrypt/decrypt, or autogenerate it and stick it in the message (better). IVs aren’t secrets so they can be dumped at the beginning of a message with no problem. Or a message ID or similar can be used for the IV.


Add your comments

To add hyperlink, please follow this example: "you link text":http://your.link.url