This document summarizes a study that compares the performance of four symmetric block ciphers - DES, Triple DES, AES, and Blowfish - under Windows XP and Linux operating systems. The algorithms were implemented in Java using the Java Cryptography Architecture and Java Cryptography Extension. Performance was evaluated based on CPU execution time for encryption, decryption, and key generation operations on files of varying sizes. Test results showed that Blowfish had the fastest performance, followed by AES and then DES, with Triple DES being the slowest. Performance was better under Linux than Windows XP for all algorithms.