XNMI rule function is not working ?
#1
Question 
Hi.
I'm trying to write simpe rule to make conversion like:
Quote:# for 6 length mask 012345 -> 012345345012
M X336 X039

But it seems that functions "M" and "XNMI" are not working.
After start I got:
"Cannot convert rule for use on OpenCL device in file my.rule on line 11: M X336 X039"
Is it a bug or I not understand something ?
Reply
#2
rules annotated with "+" on the rules wiki page only work with the legacy hashcat-cpu version.
Reply
#3
Thanks for explanation.
What you suggest to implement this ?

000 234 -> 000 234 234 000
Reply
#4
Implemented as "d *69 *70 *8A"
Question closed.
Reply