Link Search Menu Expand Document

Download Locations


Free Version

Download the version for your OS:

Windows

Linux


Full Version

Registered users can request access to the full version by email:

support@krestfield.com

Or by raising a ticket here:

Krestfield Support


Windows File Hashes

V1.17.0 Full Version:

  • SHA256: 566a0766278b4f189b7bbf0fd53bfea8d7a18184bd8f834db1eda0ae597f78fb

V1.17.0 Free Version:

  • SHA256: 141a833640f2fff32f552b19b1f7ddb6b9c06c51637860c0d3f796f9397b356e


Linux File Hashes

V1.17.0 Full Version:

  • SHA256: 7ea9059af294dfb9a2cfdb95e64009a4a7ed55d3e84fa2f8dba5325959e7e8e4

V1.17.0 Free Version:

  • SHA256: cd91d64ad1db6f7964477ac428f3af546f2ca97406ca2ee11ad87b0a46e105af


For instructions on how to validate the file hashes over the download files, see here


Unblock

For Microsoft environments, once the file has been downloaded, right click the file and choose Properties. Tick the Unblock option at the bottom of the dialog (if present) and click OK

unblock


Download via PowerShell

Open a PowerShell window as Administrator and type the following:

cd \

$webClient = New-Object System.Net.WebClient

$webClient.DownloadFile('https://krestfield.s3.eu-west-2.amazonaws.com/certdog/certdogfree_v180.zip', 'c:\certdog.zip')

Once download is complete, run the following to unzip:

Expand-Archive .\certdog.zip -DestinationPath .

This will expand to:

c:\certdog

or for the free version:

c:\certdogfree