Hello. I don't quite understand what the -O rule gives
#1
sorry for the stupid questions, but I don't quite understand what the -O rule gives optimized-kernel-enable. If it takes too long to explain, give me a link, I can't find it
Reply
#2
(06-29-2022, 12:43 AM)Duckworth Wrote: sorry for the stupid questions, but I don't quite understand what the -O rule gives optimized-kernel-enable. If it takes too long to explain, give me a link, I can't find it

Optimized kernels give you faster performance in a trade-off with some kind of limitation, usually the length of the password candidates.  For example, the "pure" MD5 kernel will accept candidates up to 256 bytes in length, but the "optimized" kernel limits this to 31 bytes.
Reply
#3
(06-29-2022, 12:54 AM)pdo Wrote:
(06-29-2022, 12:43 AM)Duckworth Wrote: sorry for the stupid questions, but I don't quite understand what the -O rule gives optimized-kernel-enable. If it takes too long to explain, give me a link, I can't find it

Optimized kernels give you faster performance in a trade-off with some kind of limitation, usually the length of the password candidates.  For example, the "pure" MD5 kernel will accept candidates up to 256 bytes in length, but the "optimized" kernel limits this to 31 bytes.

and what does it actually give? finds short passwords faster? about 6 characters I understand correctly?
Reply
#4
(06-29-2022, 01:06 AM)Duckworth Wrote:
(06-29-2022, 12:54 AM)pdo Wrote:
(06-29-2022, 12:43 AM)Duckworth Wrote: sorry for the stupid questions, but I don't quite understand what the -O rule gives optimized-kernel-enable. If it takes too long to explain, give me a link, I can't find it

Optimized kernels give you faster performance in a trade-off with some kind of limitation, usually the length of the password candidates.  For example, the "pure" MD5 kernel will accept candidates up to 256 bytes in length, but the "optimized" kernel limits this to 31 bytes.

and what does it actually give? finds short passwords faster? about 6 characters I understand correctly?

Optimized kernels give you faster performance
Reply