Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
John The Ripper 1.2.0
pts/john-the-ripper-1.2.0
- 07 December 2011 -
Update against John The Ripper 1.7.9 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.6.0m3 (Arendal)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.openwall.com/john/g/john-1.7.9.tar.gz, http://download.openwall.net/pub/projects/john/1.7.9/john-1.7.9.tar.gz, http://distro.ibiblio.org/pub/linux/distributions/openwall/projects/john/1.7.9/john-1.7.9.tar.gz, http://her.gr.distfiles.macports.org/mirrors/linux/openwall/projects/john/1.7.9/john-1.7.9.tar.gz</URL> <MD5>2b448547109db3777d8068145ea69ddf</MD5> <FileName>john-1.7.9.tar.gz</FileName> <FileSize>868290</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf john-1.7.9.tar.gz cd john-1.7.9/src/ case $OS_TYPE in "MacOSX") make macosx-x86-64 ;; "Solaris") if [ $OS_ARCH = "x86_64" ] then make solaris-x86-64-gcc else make solaris-x86-sse2-gcc fi ;; "BSD") if [ $OS_ARCH = "x86_64" ] then make freebsd-x86-64 else make freebsd-x86-sse2 fi ;; *) if [ $OS_ARCH = "x86_64" ] then make linux-x86-64 else make linux-x86-sse2 fi ;; esac cd ../../ echo "#!/bin/sh cd john-1.7.9/run/ ./john --test > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > john-the-ripper chmod +x john-the-ripper
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.6.0m3 (Arendal)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Benchmarking: Traditional DES [128/128 BS SSE2-16]... DONE Many salts: #_RESULT_# c/s real, 2523K c/s virtual Only one salt: 2127K c/s real, 2127K c/s virtual Benchmarking: BSDI DES (x725) [128/128 BS SSE2-16]... DONE Many salts: 81894 c/s real, 81894 c/s virtual Only one salt: 79974 c/s real, 79814 c/s virtual Benchmarking: FreeBSD MD5 [32/64 X2]... DONE Raw: 11918 c/s real, 11918 c/s virtual Benchmarking: OpenBSD Blowfish (x32) [32/64 X2]... DONE Raw: 690 c/s real, 690 c/s virtual Benchmarking: Kerberos AFS DES [48/64 4K]... DONE Short: 370688 c/s real, 370688 c/s virtual Long: 1232K c/s real, 1232K c/s virtual Benchmarking: LM DES [128/128 BS SSE2-16]... DONE Raw: 12674K c/s real, 12674K c/s virtual</OutputTemplate> <MatchToTestArguments>TRADITIONAL_DES_MANY_SALTS</MatchToTestArguments> <LineBeforeHint>Traditional DES</LineBeforeHint> <StripResultPostfix>K</StripResultPostfix> <MultiplyResultBy>1000</MultiplyResultBy> </ResultsParser> <ResultsParser> <OutputTemplate>Benchmarking: Traditional DES [128/128 BS SSE2-16]... DONE Many salts: 2523K c/s real, 2523K c/s virtual Only one salt: 2127K c/s real, 2127K c/s virtual Benchmarking: BSDI DES (x725) [128/128 BS SSE2-16]... DONE Many salts: 81894 c/s real, 81894 c/s virtual Only one salt: 79974 c/s real, 79814 c/s virtual Benchmarking: FreeBSD MD5 [32/64 X2]... DONE Raw: #_RESULT_# c/s real, 11918 c/s virtual Benchmarking: OpenBSD Blowfish (x32) [32/64 X2]... DONE Raw: 690 c/s real, 690 c/s virtual Benchmarking: Kerberos AFS DES [48/64 4K]... DONE Short: 370688 c/s real, 370688 c/s virtual Long: 1232K c/s real, 1232K c/s virtual Benchmarking: LM DES [128/128 BS SSE2-16]... DONE Raw: 12674K c/s real, 12674K c/s virtual</OutputTemplate> <MatchToTestArguments>MD5</MatchToTestArguments> <LineBeforeHint>FreeBSD MD5</LineBeforeHint> </ResultsParser> <ResultsParser> <OutputTemplate>Benchmarking: Traditional DES [128/128 BS SSE2-16]... DONE Many salts: 2510K c/s real, 2523K c/s virtual Only one salt: 2127K c/s real, 2127K c/s virtual Benchmarking: BSDI DES (x725) [128/128 BS SSE2-16]... DONE Many salts: 81894 c/s real, 81894 c/s virtual Only one salt: 79974 c/s real, 79814 c/s virtual Benchmarking: FreeBSD MD5 [32/64 X2]... DONE Raw: 11918 c/s real, 11918 c/s virtual Benchmarking: OpenBSD Blowfish (x32) [32/64 X2]... DONE Raw: #_RESULT_# c/s real, 690 c/s virtual Benchmarking: Kerberos AFS DES [48/64 4K]... DONE Short: 370688 c/s real, 370688 c/s virtual Long: 1232K c/s real, 1232K c/s virtual Benchmarking: LM DES [128/128 BS SSE2-16]... DONE Raw: 12674K c/s real, 12674K c/s virtual</OutputTemplate> <MatchToTestArguments>BLOWFISH</MatchToTestArguments> <LineBeforeHint>OpenBSD Blowfish</LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.6.0m3 (Arendal)--> <PhoronixTestSuite> <TestInformation> <Title>John The Ripper</Title> <AppVersion>1.7.9</AppVersion> <Description>This is a benchmark of John The Ripper, which is a password cracker.</Description> <ResultScale>Real C/S</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.0</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>5</EnvironmentSize> <ProjectURL>http://www.openwall.com/john/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <AllowCacheShare>TRUE</AllowCacheShare> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>run-test</Identifier> <Menu> <Entry> <Name>Traditional DES</Name> <Value>TRADITIONAL_DES_MANY_SALTS</Value> </Entry> <Entry> <Name>MD5</Name> <Value>MD5</Value> </Entry> <Entry> <Name>Blowfish</Name> <Value>BLOWFISH</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>