1
Perché l'output dell'algoritmo MacTripleDes in PowerShell è stabile?
Sto verificando gli hash dei file usando diversi algoritmi in PowerShell. Quando uso MacTripleDes, ottengo sempre hash diversi. Tutti gli altri, come SHA256 o MD5, danno sempre risposte affidabili. Potresti riuscire a replicare il problema sul tuo computer: "this is a test" | out-file test.txt get-filehash test.txt -algorithm sha256 get-filehash …
14
powershell
hash