hpng

command module
v0.0.0-...-f015fb3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2024 License: MIT Imports: 4 Imported by: 0

README

Hide File in PNG - Go Application

Table of Contents

Introduction

This Go application allows you to hide any file within a PNG image, effectively concealing the file within the image's data. This can be a fun and creative way to protect sensitive information or share files discreetly.

Features

  • Hide any file within a PNG image.
  • Retrieve hidden files from PNG images.

Getting Started

Prerequisites

Before using this application, you need to have Go 1.21.0 installed on your system.

Installation

Clone the repository:

git clone https://github.com/DanteLorenzo/hpng.git

cd hpng

Build the application for Windows (64-bit):

GOOS=windows GOARCH=amd64 go build -o myapp_windows_amd64.exe

Build the application for Linux (64-bit):

GOOS=linux GOARCH=amd64 go build -o myapp_linux_amd64

Usage

To hide a file within a PNG image, follow these steps:

hpng -s PNG_IMAGE -f FILE_TO_HIDE

To retrieve hidden file:

hpng -r -s PNG_WITH_HIDDEN_FILE -f OUTPUT_NAME

License

This project is licensed under the MIT License - see the LICENSE file for details.


Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package core - write and extract file to png
Package core - write and extract file to png

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL