This project contains two algorithm (LSB and DCT), which can insert some secret but invisible.
LSB insert message into Least Significant Bit of each pixels.
DCT insert message into Middle Frequency.
Installation:
$ pip install -r requirements.txtRun LSB algorithm
$ python3 lsb.pyRun DCT algorithm
$ python3 dct.py