mirror of
https://github.com/token2/Migration-Toolset.git
synced 2026-06-22 14:42:21 -07:00
Update extract_otp_secret_keys-win.py
This commit is contained in:
@@ -95,7 +95,7 @@ for line in (line.strip() for line in fileinput.input(args.infile)):
|
||||
if args.moltofile:
|
||||
with open(args.moltofile, 'a') as f:
|
||||
#Create text file with seed info
|
||||
f.write(str(line_count+j)+'\t'+secret+'\tsha1\t6\t30\tyes\tyes\t'+otp.issuer+'\n')
|
||||
f.write(str(line_count+j)+' '+secret+' sha1 6 30 yes yes '+otp.issuer+'\n')
|
||||
if args.htmlfile:
|
||||
with open(args.htmlfile, 'a') as f2:
|
||||
#Create html file with seed info in QR format
|
||||
|
||||
Reference in New Issue
Block a user