mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-27 10:56:13 +02:00
fix handling of platform specific line endings in exifHeader.hide
This commit is contained in:
parent
0fa3bdf420
commit
19c5dcad5c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ def hide(
|
|||
from zlib import compress
|
||||
|
||||
if secret_file is not None:
|
||||
with open(secret_file) as f:
|
||||
with open(secret_file, "rb") as f:
|
||||
secret_message = f.read()
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue