1. The document describes an encryption algorithm that uses the Lorenz chaotic system for both permutation and diffusion of pixels in an image. It iterates the Lorenz system to generate values to shuffle pixels and generate a keystream for diffusion. 2. The decryption process is similar but reversed - it uses the Lorenz system to generate the inverse permutation and remove the effects of diffusion. 3. The algorithm is concluded to address security and efficiency issues in existing image ciphers by using a single chaotic system for both permutation and diffusion, and introducing a novel pixel shuffling mechanism.