How to use PowerShell to Hash Files

preview_player
Показать описание
In this video, I create a few text files from the command line. Then I use the PowerShell commandlet Get-FileHash to compute a sha256 hash of the files. Finally, I modify one of the files and recompute the hash to show that it changed.
Рекомендации по теме
Комментарии
Автор

Hey Marc, great video. Straight to the point and simple. That's rare nowadays. I didn't know file hashing was this simple in PowerShell.

Nurdoidz
Автор

File hashing is a critical component of exchanging data across public networks. It is woefully underutilized. Thanks for the clean and concise explanation of how to generate a file hash! Maybe do one for linux command line next?

scottkinnebrew
Автор

im trying to do something with a provided cmdlet but it wont work because "Cannot find drive. A drive with the name 'C' does not exist." and i dont know what drive its referring to and how i find out what its actually called. (sorry if this is worded weird im not sure if im using the correct terms.)

nbautisticlesbian