Encrypt with Caesar cipher python main.py --mode encrypt --cipher caesar --shift 3 input.txt output.txt Decrypt with Caesar cipher python main.py --mode decrypt --cipher caesar --shift 3 input.txt ...