GithubHelp home page GithubHelp logo

theredplanetsings / cipher-decrypter-encrypter Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 52 KB

Python program to encrypt/decrypt ciphers from .txt files or manually-typed strings.

License: Creative Commons Zero v1.0 Universal

Python 100.00%
caesar caesar-shift cipher decryption encryption python python3 vigenere vigenere-decoder vigenere-encoder

cipher-decrypter-encrypter's Introduction

Cipher Encrypter/Decrypter

This Python program provides functionality to encrypt/decrypt ciphers from .txt files or manually-typed input using the bruteforce method or a given key. Currently, it supports the Caesar cipher, the Vigenere cipher, the Rail Fence cipher (no offset), along with both-ways ASCII-Decimal, ASCII-Hexadecimal, ASCII-Binary, and ASCII-Octal conversions.

Dependencies

  • Python 3.x

How to Download Python

  1. Visit the official Python website: Python Downloads
  2. Click on the "Downloads" tab.
  3. Choose the appropriate Python version for your operating system:
    • For Windows: Download the Windows installer (usually a .exe file).
    • For macOS: Download the macOS installer (usually a .dmg file).
    • For Linux: Python is often pre-installed on many distributions, but you can also use your package manager to install it.
  4. Run the installer and follow the on-screen instructions to complete the installation process.
  5. Once Python is installed, you can verify the installation by opening a command prompt (Windows) or terminal (macOS/Linux) and typing:
    python3 --version
    
    This command should display the installed Python version.

How to Run the Cipher Encrypter/Decrypter

  1. Open a command prompt (Windows) or terminal (macOS/Linux).
  2. Navigate to the directory containing the cipher.py file.
  3. Run the program by typing:
    python3 cipher.py
    
  4. Follow the on-screen instructions to decrypt or encrypt a message.

Enjoy encoding and decoding.

cipher-decrypter-encrypter's People

Contributors

theredplanetsings avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.