GithubHelp home page GithubHelp logo

optionalg / cryptogo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from isfonzar/cryptogo

0.0 2.0 0.0 16 KB

Protect your sensitive files with a password using this simple and easy file encrypter

License: MIT License

Go 100.00%

cryptogo's Introduction

Language GoReportCard License Status

About CryptoGo

CryptoGo is a simple file encrypter for your day-to-day needs.

CryptoGo's goal is to be a simple tool to encrypt and password protect your files.

Project Status

CryptoGo is on beta. Pull Requests are welcome

Features

  • STUPIDLY EASY TO USE
  • Fast encryption and decryption processes
  • Uses filecrypt libs
  • Galois/Counter Mode (GCM) encryption (Extra secure, harder to bruteforce)
  • Encrypts files so they can't be read unless the decrypter is used
  • Protects your files with a password

Installation

Option 1: Go Get

$ go get github.com/isfonzar/CryptoGo
$ CryptoGo

Option 2: From source

$ git clone https://github.com/isfonzar/CryptoGo.git
$ cd CryptoGo/
$ go get -d
$ go build *.go

Usage

Encryption

# Encrypts a file
$ CryptoGo encrypt path/to/your/file

Decryption

# Decrypts a file
$ CryptoGo decrypt path/to/your/file

Show help

$ CryptoGo help

Program Help

Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Developing

PRs are welcome. To begin developing, do this:

$ git clone --recursive [email protected]:isfonzar/CryptoGo.git
$ cd CryptoGo/

Social Coding

  1. Create an issue to discuss about your idea
  2. [Fork it] (https://github.com/isfonzar/CryptoGo/fork)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request
  7. Profit! โœ…

Disclaimer

CryptoGo is still on beta. We will not be held responsible for any file loses that may occur due to bugs or misuse of the program distributed here. Always keep a backup in those cases.

cryptogo's People

Contributors

isfonzar avatar zbb93 avatar

Watchers

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