The document proposes an efficient image encryption method using pixel scrambling and genetic algorithms. The method involves segmenting the input image into blocks, randomly shuffling the pixels within each block, slicing the scrambled image into bitplanes, and applying genetic algorithm operations of crossover and mutation to further encrypt the data. Experiments on standard images show the method achieves a uniform histogram and low correlation between pixels, indicating high encryption strength. It also has faster encryption speeds compared to other algorithms. The document concludes the hybrid genetic algorithm approach provides an efficient and secure way to encrypt images.