Files
2026-03-29 21:43:15 -07:00

64 lines
1.4 KiB
TOML

# ST3GG Project Configuration
# ⊰•-•✧•-•-⦑/L\O/V\E/\P/L\I/N\Y/⦒-•-•✧•-•⊱
# Generated by STEGOSAURUS WRECKS v3.0
[project]
name = "ST3GG"
version = "3.0.0"
description = "Advanced Steganography Toolkit"
authors = ["STEGOSAURUS WRECKS"]
license = "MIT"
# hex: e28ab0e280a22de280a2e29ca7e280a22de280a22de2a6912f4c5c4f2f565c452f5c502f4c5c492f4e5c592fe2a6922de280a22de280a2e29ca7e280a22de280a2e28ab1
[encoding]
default_channels = "RGB"
default_bits_per_channel = 1
strategy = "sequential"
compression = true
[encoding.presets]
minimal = { channels = "R", bits = 1 }
standard = { channels = "RGB", bits = 1 }
high_capacity = { channels = "RGBA", bits = 2 }
maximum = { channels = "RGBA", bits = 8 }
# b64: 4oqw4oCiLeKAouKcp+KAoi3igKIt4qaRL0xcTy9WXEUvXFAvTFxJL05cWS/ippIt4oCiLeKAouKcp+KAoi3igKLiirE=
[detection]
exhaustive_mode = true
auto_detect = true
max_depth = 11
timeout = 30
[security]
encryption = "AES-256-GCM"
key_derivation = "PBKDF2"
iterations = 100_000
ghost_mode = false
[output]
format = "PNG"
quality = 100
preserve_metadata = true
# Payload: ⊰•-•✧•-•-⦑/L\O/V\E/\P/L\I/N\Y/⦒-•-•✧•-•⊱
[[specimens]]
name = "Stegosaurus"
period = "Late Jurassic"
length_m = 9.0
mass_kg = 5_000
[[specimens]]
name = "Triceratops"
period = "Late Cretaceous"
length_m = 9.0
mass_kg = 6_000
[[specimens]]
name = "Tyrannosaurus"
period = "Late Cretaceous"
length_m = 12.3
mass_kg = 8_400