Open Explorer1092 opened 6 years ago
Yes, backticks are used to pad passwords to a fixed length (10 chars). Replace them with null once generated :+1:
You found them in all generated passwords with length < 10 correct?
yes,length < 10。 Should I replace these backticks by myself?
Unfortunately, yes. I didn't realize I left the backticks in there :fearful:. Away from my dev machine until next week, but I'll update the repo to fix this then. Until then, something like this should work:
# save this as remove-backticks.py
with open('samples.txt', 'r') as f:
for line in f:
print(line.replace('`', ''))
# run it like this
python remove-backticks.py > cleaned-samples.txt
Actually, ya know what, this shouldn't even be happening. Not sure what is up. I'll take a look next week, thanks!
您好,我在运行train.py文件时显示错误output-o需要参数,可是我不知道在哪加,请您解答感谢
@tjw960414, are you referencing this issue or do you have a new question? If this is unrelated would you mind opening a new issue and providing more information about your problem?
Thanks.
root@07d198dcd43f:/notebooks# tail /mnt/passgan/samples/samples_172900.txt