The document proposes an efficient and highly secure technique for encrypting and decrypting color images. The technique works by dividing the original image matrix into blocks, selecting secret keys of equal size to the blocks, and applying exclusive-OR operations between the blocks and keys. Testing showed encryption and decryption times were small and linearly increased with image size. The encrypted images were distorted while decrypted images matched the originals. The technique achieved a high throughput between 28-29 MBits/sec, making it more efficient than other methods.