Giter VIP home page Giter VIP logo

encrl's Introduction

LICENSE MIT GitHub issues GitHub commit activity GitHub repo size

Table of contents


Idea

Encrl is a tool programmed by Pablo Corbalán that was created with the intention of learning to use the Golang programming language.

Encrl is presented as a CLI Console Line App format.

Encrl is an encryption and decryption tool based on hash tables. We are working on all the ciphers for encrl but you can see the current ones in the codificaions folder.

If you want to add a cipher to Encrl, you can! Remember that the ciphers are represented in a json file as:

{
  "a": "codification of a",
  "b": "codification of b",
  ...
}

As I have said before this is my first real project in Golang, so I appreciate any input or advice!


Usage

Basic usage:
./encrl -r reading-file -w writing-file
Options:
-c <cipher>: The  cipher to use
-d: Flag to decrypt instead of encrypt

Compiling from source

If you want to compile the encrl from the source code, You will need:

Git v[1.8]+
Golang v[1.12]+

Follow this steps:

Open a terminal / cmd
Clone the repository
git clone https://github.com/pblcc/encrl.git
Get inside the repository source code
cd encrl
Build the code using Go
go build -o encrl
Use the executable

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.