Giter Club home page Giter Club logo

rams0n1t0's Introduction


Rams0n1t0 is a piece of software designed to encrypt our files and protect them from prying eyes. Be careful, some files may be unrecoverable

TLDR    |    Installation    |    Usage

TLDR

Rams0n1t0 analyzes the entire file tree starting with the folder that we specify and is only capable of performing actions forward, never backwards of the specified folder.

We use an AES-256-CTR encryption, an extremely strong algorithm, today it is practically impossible to break the algorithm.

The author of this project is not responsible for the misuse / lost files in the use of the software

Installation

NOTE: NodeJS 10.13.0 or higher is required.

# clone the repo
$ git clone https://github.com/EsteveSegura/rams0n1t0.git

# change the working directory to insta-growth
$ cd rams0n1t0

# install NodeJS if is not installed

# this will show up the help message
$ cd src && node index -h

Usage

The software has two main actions: Encryption and decryption, both actions must be done from the terminal.

Encryption

# Encrypt the testArea folder included
$ node index --encrypt ../testArea

This process will encrypt the entire tree of files from the folder specified in --encrypt and also create a file "decrypt.key" in the folder where the program is being called, this file is the most important when it comes to recovering our files.

Decryption

# Encrypt the testArea folder included
$ node index --decrypt ../testArea --key ./decrypt.key

In the decryption process we will have to enter the correct .key file, if this does not happen, the program corrupts all our files becoming unrecoverable for ALWAYS. This happens for security reasons and to avoid brute force attacks.

License

MIT © Rams0n1t0

rams0n1t0's People

Contributors

estevesegura avatar

Stargazers

Javier Pardos avatar

Watchers

 avatar

Forkers

nervi0s

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.