With our steganographic encoder you will be able to conceal any text message in the image in a secure way and send it without raising any suspicion. It will only be possible to read the message after entering the decryption password.
[Only registered and activated users can see links. Click Here To Register...]
The following algorithm is used to conceal the message withing the image:
[Only registered and activated users can see links. Click Here To Register...]
The following algorithm is used to conceal the message withing the image:
- Message string is compressed with DEFLATE algorithm to reduce its size
- Strong cryptographic key is generated from the provided password using PBKDF2 algorithm with 20000 iterations
- Compressed data is encrypted with the previously calculated key in CBC mode using 256 bit AES encryption
- Encrypted bits are embedded in least significant bits in the RGB color components in the pixels of the selected image