mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-29 09:01:00 +00:00
Remove measurement section from tuning database and create a forum-thread or wiki-entry for it
This commit is contained in:
parent
8af57d55f4
commit
4b241b42ea
@ -37,58 +37,6 @@
|
||||
# - The Kernel-Accel can have 'A', where 'A' stands for autotune
|
||||
# - The Kernel-Loops can have 'A', where 'A' stands for autotune
|
||||
|
||||
###########################
|
||||
# Measurement preparation #
|
||||
###########################
|
||||
|
||||
# - set your fanspeed to 100% (if applicable)
|
||||
# - set your power limit to 100% (if applicable)
|
||||
# - set your core clock to stock settings
|
||||
# - set your memory clock to stock settings
|
||||
#
|
||||
# - for every run, give it time to settle down, that is when it seems to have reached a speed that doesn't increase anymore
|
||||
#
|
||||
# - use a single hash for testing, if you need an example hash for the different algorithms, see the wiki pages example hashes
|
||||
#
|
||||
# - if you run -a0 attacks, choose your favourite wordlist (should have > 10m words)
|
||||
# - if you run -a0 attacks, choose your favourite ruleset (should have > 2000 rules)
|
||||
#
|
||||
# ex: oclHashcat64.exe -a 0 hash.txt wordlist.txt -r rules\rockyou-30000.rule -m xxx -u xxx -n xxx --opencl-vector-width xxx
|
||||
#
|
||||
# - if you run -a1/6/7 attacks, choose your favourite wordlist (should have > 10m words)
|
||||
# - if you run -a1/6/7 attacks, choose ?a?a?a as mask
|
||||
#
|
||||
# ex: oclHashcat64.exe -a 6 hash.txt wordlist.txt ?a?a?a -m xxx -u xxx -n xxx --opencl-vector-width xxx
|
||||
#
|
||||
# - if you run -a3 attacks, choose ?b?b?b?b?b?b?b as mask
|
||||
#
|
||||
# ex: oclHashcat64.exe -a 3 hash.txt ?b?b?b?b?b?b?b -m xxx -u xxx -n xxx --opencl-vector-width xxx
|
||||
#
|
||||
|
||||
###############
|
||||
# Measurement #
|
||||
###############
|
||||
|
||||
#
|
||||
# 1. find kernel accel:
|
||||
# - set vector width to 1
|
||||
# - set kernel accel to 1024
|
||||
# - set kernel loops to 1
|
||||
# - decrease kernel accel by dividing by two until gpu utilization settles down below 95%
|
||||
#
|
||||
# 2. find vector width:
|
||||
# - set vector width to 1
|
||||
# - set kernel accel to the previous value
|
||||
# - set kernel loops to 1
|
||||
# - try the 4 different vector width 1, 2, 4 and 8 and use the one with the lowest exec runtime
|
||||
#
|
||||
# 3. find kernel loops:
|
||||
# - set vector width to the previous value
|
||||
# - set kernel accel to the previous value
|
||||
# - set kernel loops to 1
|
||||
# - increase kernel loops in steps of 8 until execution time is closest to 64ms (in status screen)
|
||||
#
|
||||
|
||||
#############
|
||||
## ALIASES ##
|
||||
#############
|
||||
@ -109,8 +57,6 @@ Intel(R)_Core(TM)_i7-4578U_CPU_@_3.00GHz ALIAS_osx_cpu
|
||||
## ENTRIES ##
|
||||
#############
|
||||
|
||||
* * 5400 2 A A
|
||||
|
||||
#Device Attack Hash Vector Kernel Kernel
|
||||
#Name Mode Type Width Accel Loops
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user