Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 509 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 509 Bytes

File Encryption to Image And decryptors

This script encrypts ant file to image and decrypts it in Python3

how to work

Encode file in an image
You can encode any file or files to one image
encoder.py open file as binary and get the byte of file and merge in one image
decoder.py open encoded file and decrypt file byte and save in decoded file

This is a sample image

image encoder