Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 721 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 721 Bytes

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