This document discusses a proposed method for encrypting and decrypting messages via image slicing. The proposed method uses several techniques including AES encryption, LSB steganography, image slicing, and image stitching. At the sender side, the message is first encrypted using AES encryption with a shared key. It is then embedded into an image file using LSB steganography. The image is then sliced into pieces without changing its dimensions. These image slices are sent to the receiver. At the receiver side, the image slices are stitched back together. LSB decoding and AES decryption are then applied to extract the original encrypted message and decrypt it using the shared key. The proposed method aims to securely transmit messages over untrusted networks by