1 Repo
End-to-end processes for embedding and recovering secret messages within plain text strings.
Distinct from Plain-Text Data Handlers: Focuses on the specialized workflow of hiding data in text, unlike general plain-text data handling.
Explore 1 awesome GitHub repository matching security & cryptography · Text Steganography Workflows. Refine with filters or upvote what's useful.
Stegcloak is a unicode steganography library and text-based data concealment tool. It provides a toolkit for hiding encrypted, compressed secret messages within standard text strings by mapping binary data to invisible, non-printing Unicode characters. The project combines a symmetric encryption toolkit with an invisible character encoder to ensure secure data concealment. It utilizes password-based key stretching and authenticated symmetric encryption to protect hidden payloads from unauthorized access and tampering. The system covers the full steganography workflow, including payload compr
Implements a complete workflow for hiding secret messages in plain text using invisible Unicode characters.