This document proposes an image encryption system using logistic sine map and permutation models. The system works as follows:
1. A plain image is converted to grayscale and decomposed into 8 bit planes.
2. Each bit plane is randomly scrambled.
3. A logistic sine map is used to generate a key to partially encrypt each bit plane.
4. The bits planes are then permuted to obtain the final encrypted image. Logistic sine maps are well-suited for this approach due to their sensitivity to initial parameter values and ability to generate seemingly random outputs. The system aims to increase security by efficiently scrambling and permuting the bit plane values of the input image.