/hidebox

It is a small tool that can write encrypt data to end of another file.

Primary LanguageRustMIT LicenseMIT

screenshot

中文文档

Introduction

It is a small tool that can write encrypt data to end of another file. And It would not break the source file format. Support file format: bmp, png, jpg, gif, exe, pdf, jar, rar, mp4.

Features

  • write encrypt data to the end of source file.
  • recover encrypt data from the target file.

How to build?

  • Install Rust and Cargo
  • Run make
  • Refer to Makefile for more information

Reference