My first project - using pure Python 3.11. It can encrypt and decrypt messages in strings by using cipher rot13 or rot47. Program have buffer for data. It's possible to save or load data from file.
-
Clone the repository:
git clone https://github.com/SzymKam/project_cipher
-
Create a virtual environment (optional but recommended):
python -m venv venv venv\Scripts\activate
SzymKam https://github.com/SzymKam