Criptografía, PowerShell, Seguridad PowerShell [Reflection.Assembly]::LoadWithPartialName("System.Web") #Listar letras de la a a la z [char]'a'..[char]'z' | %{ #ASCII code to MD5 [System.Web.Security.FormsAuthentication]::HashPasswordForStoringInConfigFile([char]$_, "MD5") } 123456 [Reflection.Assembly]::LoadWithPartialName("System.Web")#Listar letras de la a a la z[char]'a'..[char]'z' | %{#ASCII code to MD5[System.Web.Security.FormsAuthentication]::HashPasswordForStoringInConfigFile([char]$_, "MD5")}