Архив метки: md5

Powershell. Получение MD5 от файла.

<# .SYNOPSIS Gets the hash value of a file or string .DESCRIPTION Gets the hash value of a file or string It uses System.Security.Cryptography.HashAlgorithm (http://msdn.microsoft.com/en-us/library/system.security.cryptography.hashalgorithm.aspx) and FileStream Class (http://msdn.microsoft.com/en-us/library/system.io.filestream.aspx) Based on: http://blog.brianhartsock.com/2008/12/13/using-powershell-for-md5-checksums/ and some ideas on Microsoft Online Help Be … Читать далее

Рубрика: Powershell | Метки: , | Добавить комментарий