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")}