Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/07/2011, 07:54
Avatar de Aquaventus
Aquaventus
 
Fecha de Ingreso: junio-2010
Ubicación: Lima-Peru , En el alba de la naturaleza
Mensajes: 2.105
Antigüedad: 13 años, 10 meses
Puntos: 267
Respuesta: Como encriptar una variable en Visual Basic .Net y C Sharp

skyz, si existe estos metodos para .NET!
Código c:
Ver original
  1. //Importas
  2. using System.Security.Cryptography;
Código c:
Ver original
  1. HashAlgorithm algoritmo = HashAlgorithm.Create("MD5");
  2. byte[] hash = algoritmo.ComputeHash(variable)
En internet busca sobre HashAlgorithm
__________________
Internet es tener todo el conocimiento global a tu disposición.
Desarrollo de Software - Ejemplos .Net