SzymKam / project_cipher

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CIPHER PROJECT

Table of Contents

Project Overview

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.

Installation

  1. Clone the repository:

    git clone https://github.com/SzymKam/project_cipher
  2. Create a virtual environment (optional but recommended):

    python -m venv venv
    venv\Scripts\activate

Author

SzymKam https://github.com/SzymKam

About

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.


Languages

Language:Python 100.0%