problems with -m 15700
#3
(02-08-2019, 11:37 AM)philsmd Wrote: 1. scrypt and bcrypt are some memory hard algorithms and in general are better suited for CPUs (yeah, the majority of other algos is the opposite, i.e. the majority can profit from GPU power a lot more).... the problem most of the time is that the users don't have e.g. 6 CPUs per system, but a lot of GPUs.... therefore 6 GPUs can still be faster than CPU cracking in some cases

2. 14 H/s divided by 6 i.e. 14/6 = 2.333 H/s ... since hashcat doesn't show hashes per milliseconds (fractions of seconds) or halves of hashes per second (lol), 14 H/s is totally fine because it's the total average speed of the entire system.


btw: you should first look at more advanced attack modes like rule-based attacks combined with dictionaries (see https://hashcat.net/wiki/doku.php?id=rule_based_attack). Also have a look at the list of available attack modes supported by hashcat https://hashcat.net/wiki/#core_attack_modes ...
hint: especially for slow algorithms, most attack modes are better suited than brute-force (or mask attack) even if the speed is sometimes even slower ... brute-forcing should most of the time be the last desperate attempt/plan/strategy, except if the password is completely random or has a very specific pattern (which can be exploited by using custom charsets within the masks etc)

thanks for the explanation that the speed is fine

i only find the howto i postet above and i dont use hacking tools in past. so i have to trust in other opinnions which way is best for my case (i´m not that sure that i use my standard phrasses or use a complete new pass for my only wallet).

i dont know which mode is used when i dont set -a - i only copy and paste with my cipher, salt and mac

hashcat64 -m 15700 $ethereum$s*262144*8*1*5e2fec8ca46f8d85f87eb63c4xxxxxxxxxxxxxxxxxxxxxxxx*e18bf8b77ba314b8b3b2f77ac5436d4c0cd244978ef2cfbafxxxxxxxxxxxxxx*cb41f73c01fa5cfe0e17b72ccca768711a8dfb077244b2aff1dxxxxxxxxxxxx 1.txt --status --status-timer=5 -w3 -r rules\best64.rule

(1.txt is filled with some words i use in my passphrasses)

i´m also wondering that status dont show up every time i set...cause this i thought that i have a problem related to drivers or settings or something (for example: why is benchmark only with accel:1?)
Reply


Messages In This Thread
problems with -m 15700 - by nordmann666 - 02-08-2019, 11:24 AM
RE: problems with -m 15700 - by philsmd - 02-08-2019, 11:37 AM
RE: problems with -m 15700 - by nordmann666 - 02-08-2019, 12:06 PM
RE: problems with -m 15700 - by nordmann666 - 02-08-2019, 03:27 PM
RE: problems with -m 15700 - by undeath - 02-08-2019, 03:36 PM
RE: problems with -m 15700 - by nordmann666 - 02-08-2019, 03:49 PM