"casa" | Out-File diccionario.txt "perro" | Out-File diccionario.txt -Append foreach($palabra in gc diccionario.txt) { $palabra,[System.Web.Security.FormsAuthentication]::HashPasswordForStoringInConfigFile($palabra, "SHA512") }
Ejercicios de seguridad: generar hashes SHA512 de las palabras de un diccionario (Seguridad, PowerShell)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.