Giter Club home page Giter Club logo

bicrypt's Introduction

BiCrypt

Encrypt files with two differents AES Keys.

Getting Started

These instructions will get you a copy of the project up and running on your local machne for development and testing purposes. This program actually CAN NOT be used on general purposes.

Prerequisites

Python 3.x
Pyaes>=1.6.1

Installing

  • Clone the repository git clone https://github.com/moige/BiCrypt.git
  • Install dependences running pip install -r requirements.txt

Instructions

For encrypt you file you will need to provied two passphrase and a file. Is recommend to use strongs passphrases using a combination of symbols, numbers and upper-lower case letters.

The syntax in command line is:

python BiCrypt.py FileName FirstPassphrase SecondPassphrase

When you do that, the program generate a new file called YOU_FILE_NAME.crypt which is no more that you encrypted file.

For decrypt the file would be:

python BiCrypt.py FileName.crypt FirstPassphrase SecondPassphrase

Note that you need to put yours passphrases in order, that is, just in the order as you put them when you encrypted the file, to can decrypt the file with sucess.

Also yo can append #!/usr/bin/env python to the header on BiCrypt.py file, delete the file type (BiCrypt .py), and then put that file in you /usr/bin folder for avoid use the whole python command.

Contributing

You are free to contribute to this project if you want. You can send suggest or changes via pull requests.

Versioning

I use SemVer for versioning.

Authors

  • Moisés González

See also the lisft of contributors who participated in this project.

License

This project is licensed under the Apache 2.0 License - See the LICENSE file for details.

bicrypt's People

Contributors

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