-
Captcha generation
-
Encrypting
- Taking the message from the user.
- Encryting the message using AES with a password.
- Converting the binary encoded message into the string for embedding.
-
Embedding
- We input the embedded image
- We input the captcha for Finding the co-ordinates where message is embedded
- We input the Password for decrypting the extracted message
- If there is any missmatch, the hidden message will not be extracted.
I will be much obliged if you would provide your valuable inputs.