Criptografía, PowerShell, Seguridad PowerShell ls D:\power\files | % {Get-FileHash $_.FullName -Algorithm SHA1 | Out-File d:\hash.txt -Append} 1 ls D:\power\files | % {Get-FileHash $_.FullName -Algorithm SHA1 | Out-File d:\hash.txt -Append}