mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Minor bufix.
This commit is contained in:
parent
b3cb1d5f69
commit
455ec6e775
1 changed files with 1 additions and 1 deletions
2
tools.py
2
tools.py
|
@ -80,7 +80,7 @@ def n_at_a_time(items, n, fillvalue):
|
|||
it = iter(items)
|
||||
return its.izip_longest(*[it] * n, fillvalue=fillvalue)
|
||||
|
||||
def binary2base64(binary_file, output_file):
|
||||
def binary2base64(binary_file):
|
||||
"""
|
||||
Convert a binary file (OGG, executable, etc.) to a
|
||||
printable string.
|
||||
|
|
Loading…
Add table
Reference in a new issue