Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Hashcat 1.0.0
pts/hashcat-1.0.0
- 17 September 2020 -
Initial commit of Hashcat benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://hashcat.net/files/hashcat-6.1.1.7z</URL> <MD5>c36aa0bbf07057968e11bfe07f539f00</MD5> <SHA256>444e1e671147056e96d265c77d8d44e8fef908bd008ce60fd4c3853a1c9ad3af</SHA256> <FileName>hashcat-6.1.1.7z</FileName> <FileSize>6156424</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh 7z x hashcat-6.1.1.7z -aoa echo $? > ~/install-exit-status echo "#!/bin/sh cd hashcat-6.1.1 ./hashcat.bin -b \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > hashcat chmod +x hashcat
install_windows.sh
#!/bin/sh 7z x hashcat-6.1.1.7z -aoa echo "#!/bin/sh cd hashcat-6.1.1 ./hashcat.exe -b \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > hashcat chmod +x hashcat
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>xyz: #_RESULT_# MH/s (40.98ms) @ Accel:32 Loops:1024 Thr:1024 Vec:8</OutputTemplate> <LineHint> MH/s</LineHint> <MultiplyResultBy>1000000</MultiplyResultBy> </ResultsParser> <ResultsParser> <OutputTemplate>xyz: #_RESULT_# GH/s (40.98ms) @ Accel:32 Loops:1024 Thr:1024 Vec:8</OutputTemplate> <LineHint> GH/s</LineHint> <MultiplyResultBy>1000000000</MultiplyResultBy> </ResultsParser> <ResultsParser> <OutputTemplate>xyz: #_RESULT_# kH/s (40.98ms) @ Accel:32 Loops:1024 Thr:1024 Vec:8</OutputTemplate> <LineHint> kH/s</LineHint> <MultiplyResultBy>1000</MultiplyResultBy> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Hashcat</Title> <AppVersion>6.1.1</AppVersion> <Description>Hashcat is an open-source, advanced password recovery tool supporting GPU acceleration with OpenCL, NVIDIA CUDA, and Radeon ROCm.</Description> <ResultScale>H/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>opencl, p7zip</ExternalDependencies> <EnvironmentSize>143</EnvironmentSize> <ProjectURL>https://hashcat.net/hashcat/</ProjectURL> <InternalTags>CUDA, OpenCL</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Benchmark</DisplayName> <Identifier>benchmark</Identifier> <ArgumentPrefix>-m </ArgumentPrefix> <Menu> <Entry> <Name>MD5</Name> <Value>0</Value> </Entry> <Entry> <Name>SHA1</Name> <Value>100</Value> </Entry> <Entry> <Name>SHA-512</Name> <Value>1700</Value> </Entry> <Entry> <Name>7-Zip</Name> <Value>11600</Value> </Entry> <Entry> <Name>TrueCrypt RIPEMD160 + XTS</Name> <Value>6211</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>