Skip to content

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.

Notifications You must be signed in to change notification settings

SzymKam/project_cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages