├── Project_Code.ipynb ├── README.md ├── Steganography Project.jpg ├── Steganography Project.pdf └── Steganography Project.pptx /Project_Code.ipynb: -------------------------------------------------------------------------------- 1 | { 2 | "nbformat": 4, 3 | "nbformat_minor": 0, 4 | "metadata": { 5 | "colab": { 6 | "name": "Project_Code.ipynb", 7 | "provenance": [] 8 | }, 9 | "kernelspec": { 10 | "name": "python3", 11 | "display_name": "Python 3" 12 | } 13 | }, 14 | "cells": [ 15 | { 16 | "cell_type": "markdown", 17 | "metadata": { 18 | "id": "hi2vkiIkxx3X" 19 | }, 20 | "source": [ 21 | "**HIGH END STENEOGRAPHY PROJECT**" 22 | ] 23 | }, 24 | { 25 | "cell_type": "markdown", 26 | "metadata": { 27 | "id": "6rKZgTxBx140" 28 | }, 29 | "source": [ 30 | "This Project Can be used by Indian army, RAW, Police and Intellgiance aggency for Special Emergency operation. " 31 | ] 32 | }, 33 | { 34 | "cell_type": "code", 35 | "metadata": { 36 | "id": "ePHkdVrZxRQX" 37 | }, 38 | "source": [ 39 | "import cv2\r\n", 40 | "import numpy as np\r\n", 41 | "import types\r\n", 42 | "from google.colab.patches import cv2_imshow \r\n", 43 | "#image using cv2.imshow() thus use this import" 44 | ], 45 | "execution_count": 3, 46 | "outputs": [] 47 | }, 48 | { 49 | "cell_type": "markdown", 50 | "metadata": { 51 | "id": "7GN-tGAxxS8J" 52 | }, 53 | "source": [ 54 | "This is Just a Demo, If you want Full Project Code. Then Mail me Now\r\n" 55 | ] 56 | }, 57 | { 58 | "cell_type": "markdown", 59 | "metadata": { 60 | "id": "gF-17HKRxnQx" 61 | }, 62 | "source": [ 63 | "Mail me **vatshayan007@gmail.com** for Full Project Code, PPT and Report ASAP." 64 | ] 65 | } 66 | ] 67 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Final-year-steganography-cryptography-project 2 | 3 | ![steganography](https://user-images.githubusercontent.com/28294942/184524203-850eea1e-74fc-4539-a70f-8c65adcf96dc.png) 4 | 5 | 6 | 7 | Steganography is the art of hiding the fact that communication is taking place, by hiding information in other information. For hiding secret information in images, there exists a large variety of steganography techniques some are more complex than others and all of them have respective strong and weak points. Different applications may require absolute invisibility of the secret information, while others require a large secret message to be hidden. This project report intends to give an overview of image steganography, its uses and techniques. 8 | 9 | TYPES OF STEGANOGRAPHY 10 | 1. STEGANOGRAPHY IN IMAGE 11 | 2. STEGANOGRAPHY IN AUDIO 12 | 3. STEGANOGRAPHY IN VIDEO 13 | 14 | You can use this for your college and University Project Submission. 15 | 16 | ## Youtube Presentation : https://youtu.be/FQdPvUdWco8 17 | 18 | __________________________________________________________________________________________________________________________________________________________________________ 19 | 20 | 21 | ### Hi there 👋 22 | 23 | You Can use this Beautiful Project for your college Project and get good marks too. 24 | 25 | Email me Now **vatshayan007@gmail.com** to get this Full Project Code, PPT, Report, Synopsis, Video Presentation and Research paper of this Project. 26 | 27 | 💌 Feel free to contact me for any kind of help on projects related to Machine Learning, Data Science, Cryptography, DIP, Web technologies and Cloud. 28 | 29 | ### Need Code, Documents & Explanation video ? 30 | 31 | ## How to Reach me : 32 | 33 | ### Mail : vatshayan007@gmail.com 34 | 35 | ### WhatsApp: **+91 9310631437** (Helping 24*7) **[CHAT](https://wa.me/message/CHWN2AHCPMAZK1)** 36 | 37 | ### Website : https://www.finalproject.in/ 38 | 39 | ### 1000 Computer Science Projects : https://www.computer-science-project.in/ 40 | 41 | Mail/Message me for Projects Help 🙏🏻 42 | 43 | -------------------------------------------------------------------------------- /Steganography Project.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vatshayan/Final-year-Project-steganography/3b4ee8da371763b40a742def559b2c1bba664f6a/Steganography Project.jpg -------------------------------------------------------------------------------- /Steganography Project.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vatshayan/Final-year-Project-steganography/3b4ee8da371763b40a742def559b2c1bba664f6a/Steganography Project.pdf -------------------------------------------------------------------------------- /Steganography Project.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vatshayan/Final-year-Project-steganography/3b4ee8da371763b40a742def559b2c1bba664f6a/Steganography Project.pptx --------------------------------------------------------------------------------