SHA256 checksums for Daz Studio installers

Hello everyone, I'm new to this forum.

After I have googled and searched this forum, I still haven't found the SHA256 or SHA1 checksums for the Daz Studio installers. You can find the checksum for the current version of Blender on their site. If the answer is that there are none for Daz Studio, can I ask some helpful soul to please run a checksum for the Windows 64bit installer of the latest version: DAZStudio_4.11.0.383_Win64.exe and post the checksum here? This would be most helpful if it were done by someone officially at Daz3D, but an unofficial checksum is much appreciated and will help anyone googling the same subject.

This is the command for calculating a SHA256 checksum of a file (in the same directory) in Windows 10 PowerShell:

Get-FileHash DAZStudio_4.11.0.383_Win64.exe

If you want to calculate a shorter checksum for the file, you can run a SHA1 instead:

Get-FileHash -Algorithm SHA1 DAZStudio_4.11.0.383_Win64.exe

Thank You.

Sign In or Register to comment.