Skip to content

muhammetalgan/PRODIGY_CS_TASK-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

ALGAN Cipher Encryption and Decryption

ALGAN Cipher is a simple Python tool for Caesar Cipher Encryption and Decryption.

Description

ALGAN Cipher is a Python application that allows users to encrypt and decrypt texts using the Caesar Cipher algorithm. The Caesar Cipher is a substitution cipher where each letter in the plaintext is shifted a certain number of places down or up the alphabet.

Installation

Prerequisites

Installation Steps

  1. Clone the repository:

    git clone https://github.com/muhammetalgan/PRODIGY_CS_TASK-01.git
    
  2. Navigate to the project directory:

    cd ALGAN-Cipher
  3. Install dependencies (not required for this project).

Usage

  1. Run the Python script:

    python ceaser_encrypt_decrypt_full_version.py
  2. Enter the text you want to encrypt or decrypt when prompted.

  3. Specify a shift value for encryption or decryption.

  4. Follow the on-screen instructions to perform the operation.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.

About

This Python program provides an interface to perform Caesar Encryption and Decryption operations. The user inputs text and sets a shift value, then encrypts or decrypts the text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages