diff --git a/userhash.py b/userhash.py index f2c4f26..26bde76 100644 --- a/userhash.py +++ b/userhash.py @@ -82,13 +82,11 @@ if len(args.salt) < MIN_SALT_LENGTH: with args.infile: with args.outfile: - args.outfile.write( - ' '.join(( - base64.b64encode(args.salt).decode('ascii'), - str(args.n), - str(args.r), - str(args.p), - )) + '\n', + print( + base64.b64encode(args.salt).decode('ascii'), + str(args.n), + str(args.r), + str(args.p), ) for row in args.infile: args.outfile.write(