Etiqueta: sha512

Cómo hacer un hash SHA512 en C#

Cómo hacer un hash SHA512 en C#

¿Cómo hacer un hash SHA512 en C#? Si quieres hacer un hash en .NET, aquí tienes un ejemplo de código de un hash SHA2 en su variante SHA512 para ASP.NET C#: using System; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls;   /* Necesario para hash SHA512 */ using System.Security.Cryptography; using …

+ Read More