Veteranback

Results 5 comments of Veteranback

\model xlnet

> There actually is a random sample if you generate honeywords/random_walk. For example: > > python3 pcfg_guesser.py -m random_walk > > There isn't currently any difference between random_walk and honeywords...

I find that my code version is 4.1 and this is new application in 4.3. Problem solved

I use the command below to randomly generate passwords for monte carlo: ``` python3 pcfg_guesser.py -m random_walk ``` Then I use password_scorer to assign the probability of the randomly generated...

I personally think that the omen part in this pcfg program result in this situation. I look through the code of password_scorer, it does not include omen, but the guess...