Skip to main content

Crate ternary_steganography

Crate ternary_steganography 

Source
Expand description

§ternary-steganography

Hide information in ternary strategy noise.

Encode and decode messages within ternary strategy patterns using various steganographic techniques: bit embedding, pattern encoding, frequency modulation, and statistical steganography.

Structs§

BitEmbedder
Simple bit embedding: encode binary data in ternary values Uses 1 bit per trit: Neg/Zero = 0, Pos = 1
CapacityAnalyzer
Analyze steganographic capacity of a ternary sequence
FrequencyModulator
Encode data by modulating the frequency of ternary values
PatternEncoder
Encode messages as specific ternary patterns
SpreadSpectrum
Spread spectrum steganography using a key-based pattern
StatisticalStego
Steganography using statistical properties of ternary sequences
TernarySequence
A ternary strategy sequence

Enums§

Trit
A ternary value: -1, 0, +1