ncanceill / pdf_hide

A steganographic tool in Python for hiding data inside PDF files
GNU General Public License v3.0
44 stars 17 forks source link

Do not hard-code encoding of datafile when embedding #12

Closed ncanceill closed 11 years ago

ncanceill commented 11 years ago

Currently, the encoding of the input datafile used for embedding is hard-coded to UTF-8. For instance, this prevents the user from providing a pure binary file as the data to embed.

ncanceill commented 11 years ago

As of 089fe036cf0306d384181983944de0c93302e454, datafile does not properly support custom unicode characters such as ♥. This seems independent from #14.