This document analyzes the CAST-128 block cipher and a modified version using tests like avalanche criterion, encryption quality, correlation coefficient, and key sensitivity. It shows that the modified version performs similarly to the original CAST-128 algorithm according to these tests. Specifically, it finds that both algorithms exhibit good diffusion properties based on avalanche testing. Encryption quality analysis shows the modification does not degrade encryption quality. Key sensitivity testing illustrates that small key changes result in very different ciphertexts for both original and modified versions.