This document proposes an image compression technique for encrypted images using discrete wavelet transform, singular value decomposition, and Huffman coding. At the sender side, the image is first encrypted using quantized wavelet coefficients and a secret key. Significant and less significant wavelet coefficients are then selected. The encrypted low-low sub-band is quantized and compressed with Huffman coding, while other sub-bands are compressed by discarding irrelevant information using SVD and Huffman coding. At the receiver side, decompression and decryption are performed using the compressed bit streams and inverse processes to reconstruct the original image. The technique achieves good compression performance while maintaining image quality, as shown through compression ratio and PSNR evaluation on test images.