This document summarizes a research paper that proposes a keyless approach to separately hiding data in an encrypted image. The approach uses Sieving, Division and Shuffling (SDS) algorithms to encrypt an original image, generating random shares. It then compresses the least significant bits of the encrypted image to create space for additional data. At the receiver end, the encrypted image and data are decrypted separately without keys. The SDS algorithms sieve an input image into RGB components, randomly divide each component into shares, and shuffle the shares. This encrypts the image. Data is then embedded in the encrypted image before transmission. At the receiver end, the inverse process extracts both the decrypted image and data.