This repository now includes simple cipher analysis tools in four languages:
python/: command line utilities for Caesar, Vigenère, a simplified Enigma simulator, and RNG demonstrations (insecure and secure), along with basic examples inpython/basics/.c/: minimal CLI tool demonstrating Caesar and Vigenère breaking.asm/: x86-64 assembly program to brute force Caesar.bash/: shell script performing basic Caesar and Vigenère operations.notebooks/: beginner-friendly Jupyter notebooks with widgets for simple machine learning tasks using scikit-learn and Keras.
Each directory contains a README with usage examples.