GithubHelp home page GithubHelp logo

wldfngrs / bytemod Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 16 KB

Proof-of-concept re-emphasizing the technique of encrypting files by manipulating their individual bytes in some formulaic way.

Makefile 0.69% C 99.31%

bytemod's Introduction

bytemod

This repository contains a proof-of-concept program for encrypting files by manipulating their individual bytes in a formulaic way. The program takes in a directory and applies a hard-coded encryption algorithm to all files of a specified wildcard.

Installation

To install this program, clone this repository onto your local machine using the following command:

$ git clone https://github.com/wldfngrs/bytemod.git

Once you have cloned the repository, navigate to the project directory and run the following command:

$ make bytemod

This will compile the program and create an executable file in the bin directory.

Usage

To encrypt a file, run the following command:

$ ./bin/bytemod input_file/directory] --encrypt

To decrypt a file, run the following command:

$ ./bin/bytemod [input_file/directory] --decrypt

Testing

A test directory has been provided which contains sample input and output files for testing purposes. To test the program, run the following command:

$ ./bin/bytemod test/*.h -encrypt

and to decrypt,

$ ./bin/bytemod test/*.h -decrypt

To view the individual bytes before and after encryption, set the MAX_DEBUG_FLAG flag. Else, the commands produce no output.

Credits

This program was created by wldfngrs as part of a custom-malware build project.

bytemod's People

Contributors

wldfngrs avatar

Stargazers

 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.