Blog

YouTube

Links to YouTube channels for tech content, in no particular order:

Hash Command

The Powershell Hash command is Get-FileHash then the filename and you can change the algorithm by adding [-Algorithm {SHA1 | SHA256 | SHA384 | SHA512 | MACTripleDES | MD5 | RIPEMD160}]

The Command Prompt version is –

certutil -hashfile “C:\Users\Public\spars.txt” MD5