Seite 1 von 1

[Module] LSB Embedding (Steganographie)

Verfasst: 08.09.2019 14:13
von Thorsten1867
Least Significant Bit Embedding - Modul (all OS / 64Bit)
  • Einbetten von Dateien, XML, JSON und Strings als verschlüsselte Daten in Bilder mit verlustloser Kompression.
Bild
Diese Bild enthält "Test.xml", "Test.Text" und den String "Least Significant Bit Embedding (LSB) is a general steganographic technique."

Code: Alles auswählen

; 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