Giter Club home page Giter Club logo

docs_encryption's Introduction

Docs Encryption

Packages used:

  • cryptography.fernet
  • tkinter
  • tkinter.filedialog
  • datetime
  • os

Description

This project's objective is to enable encryption available to anyone who wants to add security to their personal documents.

"criptografar.py" and "descriptografar.py" are respectively responsible for the encryption and decryption of any kind of files/documents.

"gerador_chave.py" is necessary to create a key, everytime this code is executed a new key with a different name is generated, note that every encrypted file will receive a new name with a number code attached to it, this code is directly related to the key used for the encryption, so it's easier to understand which key was used on each encrypted file. Without a key it's impossible to encrypt/decrypt files as such the generated key must never be deleted or lost.

Rules

  • Never change the file's name after encryption;
  • Don't encrypt files with "__" on it's name;
  • Don't lose the key or change the key's name.

Interface

"interface.py" is the python script that contains the user interface and is responsible for connecting "gerador_chave.py", "criptografar.py" and "descriptografar.py" together. The interface is simple but very effective, it displays both "success" and "error" messages.

img.png

docs_encryption's People

Contributors

hugo-hattori 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.