Skip to content

This program can hide a file into another selected file.

Notifications You must be signed in to change notification settings

ishaan-kapoor/FileHidder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

FileHidder

This program can hide a file into another selected file. It currently only supports images. i.e. any file can be hidden in an image (but an image only)

Supported image formats are:

  • jpg
  • jpeg
  • png

Usage

  • Can be used as a standalone script and can also be used as a module
  • All the functions are properly named and divided into respective classes.
  • from encrypt import * in a python file
    • Only after adding encrypt.py to site packages
    • OR
    • Keeping encrypt.py in the same directory as the file it is imported in.
  • For using it as a standalone script replace pass inside the main function with the name of the function corresponding to your desired task.
    • python encrypt.py

About

This program can hide a file into another selected file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages