1
0

add portuguese wordlist, and adapt wordlist parsing

This commit is contained in:
ThomasV
2014-08-28 17:30:44 +02:00
parent 4dcdcbc068
commit 4d71707be8
4 changed files with 1673 additions and 9 deletions

View File

@@ -388,7 +388,7 @@ if __name__ == '__main__':
args = [cmd, options.show_all, options.show_labels]
elif cmd.name == 'make_seed':
args = [cmd, int(options.nbits), long(options.entropy)]
args = [cmd, int(options.nbits), long(options.entropy), options.language]
elif cmd.name in ['payto', 'mktx']:
domain = [options.from_addr] if options.from_addr else None