Beginner's Guide to Steganography From Scratch With Python - Printable Version +- Softwarez.Info - Software's World! (https://softwarez.info) +-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone) +--- Forum: Video Tutorials (https://softwarez.info/Forum-Video-Tutorials) +--- Thread: Beginner's Guide to Steganography From Scratch With Python (/Thread-Beginner-s-Guide-to-Steganography-From-Scratch-With-Python) |
Beginner's Guide to Steganography From Scratch With Python - lovewarez - 06-09-2024 Beginner's Guide to Steganography From Scratch With Python Published 6/2024 Created by Shawn Trznadel MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch Genre: eLearning | Language: English | Duration: 24 Lectures ( 4h 15m ) | 1.66 GB Create from Scratch PDF Metadata, Image, and Audio Steganography Programs Using Least Significant Bit What you'll learn: understand PDF file metadata Become fluent with how Least Significant Bit (LSB) Steganography works Image steganography using least significant bit Audio steganography using least significant bit understanding the makeup of an image The makeup of a .wav file What binary is and how to read it Binary arithmetic Signed Integers in binary How to write clean python programs Lossless and lossy compression algorithms What a pixel really is and what channels means in terms of an image What a frame is in a .wav file and what is meant by channels in a .wav file How to parse command line arguments in python using argparse Requirements: At least 2 months experience programming with Python. |