- Installing relevant packages -
pip install -r requirements.txt
- Run encryptImage.py to encrypt an image. Save the image to be encrypted in the same directory as 'input.png'
- An 'output.png' would be generated which has the QR code hidden in it.
- Run decryptImage to get the QR code and the secret text contained in it.
- 'decodedQR.png' contains the decrypted image. 'exp.png' contains the cropped QRcode used for getting the secret text from the QRcode