kcwong395 / HideNSeek

A steganography tool to hide messages in an image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HideNSeek

standard-readme compliant

A steganography tool to hide messages in an image

Table of Contents

Motivation

It is always difficult to transmit messages in an unsecure environment. Some suggest using Encryption while some say steganography. This application is a common type of steganographic skill which allow the user to embed a piece of message into an image. When receiving the image, another user can extract the message back.

Features

  • Confidentiality: all uploaded images will be processed in memory and will never be saved in storage
  • Ease of Access: the service is deployed on a cloud platform and no installation required
  • Free of Charge: you do not need to pay any fee to use this service

Usage

Future Works:

  • Add encryption features
  • Add algorithms to determine next insertion point

Maintainers

@ElderHorse

Contributing

Feel free to open an issue if you hope to propose anything

License

MIT © 2019 ElderHorse

About

A steganography tool to hide messages in an image

License:MIT License


Languages

Language:JavaScript 58.0%Language:Python 28.1%Language:HTML 6.2%Language:HCL 3.6%Language:Dockerfile 2.8%Language:CSS 1.3%