Git Product home page Git Product logo

data-security-using-cryptography-and-steganography's Introduction

SecureIT - Data Security using Cryptography and Steganography

Demo: Youtube

Run in GitPod

Open in Gitpod

  • This is a Python based tool to encrypt files and important data into a very secure form.
  • It uses Cryptography (RSA, AES and TripleDES) and Steganography (Image Steganography and Video Steganography)

Requirements (installable via pip)

What I used?

  1. pycrypto - for Cryptography based encryption - It is used to encrypt and decrypt data into secured unreadable form.
  2. opencv2 - for Steganography - It is used for image and video manipulation. We used it for embedding encrypted data into images/videos.
  3. rsa - for RSA based encryption - RSA is a asymmetric encryption method, used for encrypting data.

How to run the program?

  1. Download this GitHub repository

    • Either Clone the repository
       git clone https://github.com/Kunal-Attri/Data-Security-using-Cryptography-and-Steganography.git
      
    • Or download and extract the zip archive of the repository.
  2. Download & Install requirements

    • Ensure that you have Python 3 installed.
    • Open terminal in the Repository folder on your local machine.
    • Run the following command to install requirements.
       pip install -r requirements.txt
      
  3. Run the Program

    python main.py
    

    Expected Interface:

  4. Generate RSA Keys

    • If running first time, you need to generate RSA Keys.
    • Generate it using option no 5.
  5. Ready to Secure data

    • Now, you can secure your data files into either images or videos.

References

data-security-using-cryptography-and-steganography's People

Contributors

kunal-attri 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.