Giter Site home page Giter Site logo

naa7 / cipher_utility Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 52.1 MB

A user-friendly solution for encrypting and decrypting data using different cipher techniques. It prioritizes data security and offers a convenient way to protect sensitive information.

License: MIT License

Python 96.45% Shell 3.55%

cipher_utility's Introduction

Cipher Utility - Encrypt and Decrypt Data

Open Source Love GitHub license


The Cipher Utility project aims to provide a versatile tool for encrypting and decrypting data using various cipher techniques. By employing methods like the Caesar cipher, the project facilitates secure data transformation to ensure confidentiality.

Project Overview

The Cipher Utility project enables users to:

  • Encrypt data by shifting characters forward in the ASCII table.
  • Decrypt encrypted data by shifting characters backward in the ASCII table.

How It Works

The program supports the Caesar cipher method as an example. It encrypts text by shifting each character a specific number of positions forward in the ASCII table. For instance, "I am here" encrypted with a shift of 3 positions would become "L#dp#khuh." Decryption involves the reverse process.

Running the Program

To run the program:

  1. Clone the repository: $ git clone https://github.com/naa7/cipher_utility.git
  2. Navigate to the appropriate directory: $ cd cipher_utility/python_files/
  3. Run the program: $ python cipher_utility.py

Optional: Easy Timer Installation

  1. Run installer_uninstaller.py:
    • For installer/uninstaller: $ ./installer_uninstaller.py

After installation, you can conveniently use the timer by typing cipher_utility in the terminal or accessing it from the applications menu.

Enhancing Data Security and Privacy

Cipher Utility serves as a valuable tool for individuals seeking to encrypt and decrypt their data securely. By leveraging different cipher techniques, the project contributes to enhancing data security and privacy. Or, open it from applications menu

cipher_utility's People

Contributors

naa7 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.