Searched full:certutil (Results 1 – 8 of 8) sorted by relevance
48 certutil -L -h 'Builtin Object Token' -d "$db" | \54 eval certutil -d "$db" -L -n "$nickname" -a ; \
10 $_chksum = $(CertUtil -hashfile $PSScriptRoot"\npcap.exe" SHA256)[1] -replace " ",""
19 $_chksum = $(CertUtil -hashfile $PSScriptRoot"\npcap\x64\WinDump.exe" SHA256)[1] -replace " ",""
18 CERTUTIL = 'certutil' variable
103 $csha = (certutil -dump $cf | sls "Cert Hash\(sha256\): (.+)").Matches.Groups[1].Value
19 SHA256 hash. The `certutil -dump <cert file>` command will display this
46 - certutil -generateSSTFromWU "C:\roots.sst"
81 certUtil -hashfile zstd-src.tar.zst SHA256 > zstd-src.tar.zst.sha256.sig &&