A terminal-based Python script for performing encryption operations using the openssl command-line tool. The interface relies on figlet and cowsay for output formatting, and simple-term-menu for interactive selection.
git clone https://github.com/RStephanH/crypto-script.git
cd crypto-scriptcurl -LsSf https://astral.sh/uv/install.sh | shuv venv --python 3.11 .venv
source .venv/bin/activateuv pip install -r requirements.txtThese utilities are essential for displaying the script's output:
sudo apt install figlet cowsaysudo pacman -S figlet cowsayOnce all dependencies are installed, run the script from the project root:
uv run main.py