GithubHelp home page GithubHelp logo

arunvijay28 / cryptographic-file-system Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 323 KB

Symmetric Encryption Technique

CSS 37.80% HTML 25.42% Python 36.78%
decryption encryption fernet-cryptography python3

cryptographic-file-system's Introduction

Operating System Mini Project

Cryptographic-File-System

In modern days data security in very much important this project deals with the special way of encryption called symmetric key encryption technique. It can be used for:

  1. Confidential data sharing
  2. Securing personal files

Symmetric key encryption :

In which same key is used for both encryption and decryption in which if the key is lost the encrypted data cannot be decrypted or if the key is stolen then the person who holds the key can see the encrypted data

In python it has a cryptographyic module called Fernet in which it generates a secret key with extension as .key .Once a file is created user my specifiy their know key which can be the password for the file or the system by itself will generate the key once the key is generated the File can be encrypted ,but foe decryption the file with same key must be sepcified if not the text cannot be decrypted and it throws invalid Fernet Token error

At present it encrypts any form of text files in future it can be extended such that it can encrypt any type of files starting from pdf,img,text etc..

cryptographic-file-system's People

Contributors

arunvijay28 avatar

Stargazers

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