join a directory into the last of a file,also with encryption,encrypted AES
python3.6 or newer version
install dependence by type
pip3 install -r req.txt
and then you can import the class Hide form hide.py,like
from hide import Hide
there are two example file,naned "encode.py" and "decode.py",it's easy to understand after read those two files