This tool analyzes the secrecy and performance of symmetric key algorithms. It calculates secrecy based on Shannon's theories of cipher secrecy, giving a numerical value to represent secrecy level, with higher values indicating higher secrecy. It also calculates encryption time to evaluate performance. The tool was tested on common algorithms like AES, 3DES, DES, RC4, RC2. It reliably sorted the algorithms by secrecy and performance, consistent with established understandings. The tool is intended for researchers and engineers to evaluate new symmetric key algorithms by extending the code.