Giter VIP home page Giter VIP logo

fernetazo's Introduction

Fernetazo

Encrypt/Decrypt text

How to use it

python3 fernetazo.py [--encrypt | --decrypt ]

Always one (and only one) of the arguments must be included.

Encrypt

  • Create a txt file with named encrypt.txt.
  • Run the script with the --encrypt argument.
  • Set the password for your encryption.
  • Store the token you get.

Decrypt

  • Run the script with the --decrypt argument.
  • Use the password and token when file was encrypted.
  • You will get a file named decrypt.txt with the message previously encrypted.

Salt

This method is based on the use of something called salt to generate the encryption/decryption key of the Fernet element. To always get the same output with the password used, the salt should be always the same. For that reason, it is store as an environmental variable and you must always keep a safe back-up. Of course not the safest approach, but this is only a practice script not intended to be used in Production.

fernetazo's People

Contributors

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