Encryption for auto generated names
Added auto name generation for output files
Added RSA encryption support
Some exceptions handled and some comments added to the files.
to_image
and from_image
renamed to to_image_file
and from_image_file
. New to_image
and from_image
functions
use bytes and PIL.Image as input and output.
embed
and extract
renamed to embed_file
and extract_file
. New to_image
and from_image
functions use bytes as
input and output.
MANIFEST.in
added.
Auto release fixed.
Using Cython
, increased the speed of converting a file to an image and extracting the file from the image.