You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to use a similar technique with Markov chains to apply to dictionary key selection like statsprocessor is currently doing for single letters with masks?
If out of scope and I were to try implement a processor like this myself, do I have the CPU generate these in a batch to send off to the GPU? Or does the wordlist need to be uploaded to the GPU prior and have the GPU somehow do the word concatenation generation using the markov chains?
The text was updated successfully, but these errors were encountered:
Would it be possible to use a similar technique with Markov chains to apply to dictionary key selection like statsprocessor is currently doing for single letters with masks?
If out of scope and I were to try implement a processor like this myself, do I have the CPU generate these in a batch to send off to the GPU? Or does the wordlist need to be uploaded to the GPU prior and have the GPU somehow do the word concatenation generation using the markov chains?
The text was updated successfully, but these errors were encountered: