Hide secret texts inside an image, optionally encrypt them with a password using AES-256.

Related tags

Cryptography imghide
Overview

IMGHIDE

enter image description here

Hide secret texts/messages inside an image. You can optionally encrypt your texts with a password using AES-256 before encoding into the image.

Inspired from this Medium post

Watch explanation video

Installation

You can install the all requirements from requirements.txt by using pip.

pip install -r requirements.txt

Usage

python imghide.py

Encode

  • Choose Encode in the options menu enter image description here

  • Enter the image path (with extension) enter image description here

  • Enter the message to be hidden enter image description here

  • Choose a password to encrypt with AES-256 (optional) enter image description here

The image is encoded and saved as a PNG file.

Decode

  • Choose Decode from the menu enter image description here

  • Enter the path of the encoded image (with extension) and type in the password to decrypt (leave empty if no password was used) enter image description here

The decoded text will be displayed on the terminal.

Comments
  • Decoding Encrypted Images

    Decoding Encrypted Images

    After encrypting an image, I get the following error when I try to decrypt the image on header = decrypted.decode()[:len(headerText)] {Exeption Thrown 'str' object has no attribute 'decode'}

    opened by bluelime14 0
  • error while executing.

    error while executing.

    Traceback (most recent call last): File "D:\hideimage\hide.py", line 1, in from PIL import Image ModuleNotFoundError: No module named 'PIL' anyone explain????

    opened by SOURAV0505 1
  • i got an error after entering path

    i got an error after entering path

    Traceback (most recent call last): File "imghide.py", line 333, in main() File "imghide.py", line 225, in main raise Exception("Image not found!") Exception: Image not found! Screenshot 2021-05-30 183834

    opened by itsstranger 1
  • i got an error

    i got an error

    I got an ERROR while running imghide.py. cmd said... Traceback (most recent call last): File ".\imghide.py", line 13, in from rich.console import Console does anyone know why?

    opened by ghost 1
  • changed path.exists to path.isfile, exists include directories,

    changed path.exists to path.isfile, exists include directories,

    Changed path.exists path.isfile https://stackoverflow.com/questions/17752078/difference-between-os-path-exists-and-os-path-isfile Fixed decode error when password is not given. line : 309 Added tinkter file dialog Refactored code

    opened by ayush1920 0
Owner
Teja Swaroop
You'll know...
Teja Swaroop
obj-encrypt is an encryption library based on the AES-256 algorithm.

obj-encrypt is an encryption library based on the AES-256 algorithm. It uses Python objects as the basic unit, which can convert objects into binary ciphertext and support decryption. Objects encrypted with obj-encrypt support TCP communication, database storage, and more.

Cyberbolt 2 May 4, 2022
Hide secret data within a digital image using good ol' terminal

pystego Hide secret data within a digital image using good ol' terminal Installation The recommended way for installing this package is using, python

Ayush Gupta 1 Jan 6, 2022
Powerful Tool to encrypt and decrypt files using AES.

AEScryptor Tool Description Encrypt and Decrypt files with AES-128 (16bytes key). AES mode = CFB (cipher Feedback) security = super safe! Usage [1] Ch

null 5 Jan 12, 2022
A Python Tool to encrypt all types of files using AES and XOR Algorithm.

DataShield This project intends to protect user’s data, it stores files in encrypted format in device provided the passcode and path of the file. AES

ADITYA SHINDE 4 Dec 20, 2021
A tool that can encrypt python2 or python3 code with the given password and can reuse with that password

A tool that can encrypt python2 or python3 code with the given password and can reuse with that password

Md Rasel Bhuyan 3 Feb 28, 2022
A Python module to encrypt and decrypt data with AES-128 CFB mode.

cryptocfb A Python module to encrypt and decrypt data with AES-128 CFB mode. This module supports 8/64/128-bit CFB mode. It can encrypt and decrypt la

Quan Lin 2 Sep 23, 2022
Encrypt your code without a worry. Stark utilizes the base64, hashlib and Crypto lib to encrypt your code which cannot be decrypted with any online tools.

Stark Encrypt your code without a worry. Stark utilizes the base64, hashlib and Crypto lib to encrypt your code which cannot be decrypted with any onl

cliphd 3 Sep 10, 2021
Message Encrypt and decrypt software // allows you to encrypt the secrete message and decrypt Another Encryption Message. |

Message-Encrypy-Decrypt-App Message Encrypt and decrypt software // allows you to encrypt the secrete message and decrypt Another Encryption Message.

Abdulrahman-Haji 2 Dec 16, 2021
Alpkunt 9 Sep 9, 2022
PyCrypter , A Tool To Encrypt/Decrypt Text/Code With Ease And Safe Using Password !

PyCrypter PyCrypter , A Tool To Encrypt/Decrypt Text/Code With Ease And Safe Using Password ! Requirements pyfiglet And colorama Usage First Clone The

null 1 Nov 12, 2021
Simple encryption/decryption utility using Pycryptodome module. Working with AES and RSA algorithms.

EncypherUtil Simple encryption/decryption utility using PyCryptodome module. Working with AES and RSA algorithms. THIS UTILITY IS NOT LICENSED AS CRYP

Egor Yakubovich 0 Jun 14, 2022
🔑 Password manager and password generator

Password-Manager Create Account Quick Login Generate Password Save Password Offline App Passwords are stored on your system and no one has access to t

Abbas Ataei 41 Nov 9, 2022
This is an experimental AES-encrypted RPC API for ESP 8266.

URPC This is an experimental AES-encrypted RPC API for ESP 8266. Usage The server folder contains a sample ESP 8266 project. Simply set the values in

Ian Walton 1 Oct 26, 2021
A hybrid(AES + RSA) encryptor in python.

python-file-encryptor A hybrid(AES + RSA) encryptor in python. Tasted on Windows and Linux(Kali). Install Requirements Use the package manager pip to

Alireza Kalhor 8 Jun 24, 2022
A python script for AES Angecryption in Steganography

Angecryption is an encryption or an decryption result from a file to create an other file with the same / or not type.

ISIS 3 Jul 25, 2022
Generate a 2FA Code out of an 2FA Secret(Time-based only!)

2FA-Generator Generate a 2FA Code out of an 2FA Secret(Time-based only!) ❗ Pleas don't share this secrets/generated codes with someone. If someone kno

TheDanniCraft 1 Nov 5, 2021
Kyrie Eleison - The best and unique way to encrypt some data or a file safely

Encrypt your important data and files easily and safely with Kyrie Eleison.

Billy 39 Oct 27, 2022
This program can encrypt and decrypt your files so that they can no longer be identified.

File_Cryptographer Table of Contents: About the Program Features Requirements Preview Credits Reach Me See Also About the Program: with this program,

Sina.f 6 Nov 20, 2022
A tool used to encrypt Python scripts version < 2.7 and version < 3.9

A tool used to encrypt Python scripts version < 2.7 and version < 3.9

Fajar Kim 1 Dec 14, 2021