[Module] LSB Embedding (steganography)

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

[Module] LSB Embedding (steganography)

Post by Thorsten1867 »

Least Significant Bit Embedding - Module (all OS / 64Bit)
  • Embed files, XML, JSON and strings as encrypted data in images with lossless compression.
Image
This image contains "Test.xml", "Test.txt" and the string "Least Significant Bit Embedding (LSB) is a general steganographic technique."

Code: Select all

; LSB::Create()        - create a image with LSB embedded files or data
; LSB::Open()          - open a image with LSB embedded files or data
  
; LSB::EmbedFile()     - embed file in image
; LSB::ExtractFile()   - extract file from image
; LSB::EmbedXML()      - embed XML in image
; LSB::ExtractXML()    - extract XML from image
; LSB::EmbedJSON()     - embed JSON in image
; LSB::ExtractJSON()   - extract JSON from image
; LSB::EmbedString()   - embed string in image
; LSB::ExtractString() - extract string from image
  
; LSB::Save()          - save image with LSB embedded files or data
; LSB::Close()         - close 
  
; LSB::GetSpace()      - [#Image/#Available/#Used]
Download: LSB_Module.pbi
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]