awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kurolabs avatar

kurolabs/stegcloak

0
View on GitHub↗
3,830 Stars·242 Forks·JavaScript·5 Aufrufestegcloak.surge.sh↗

Stegcloak

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 compression to minimize the data footprint, secure data hiding within cover text, and the subsequent extraction and decryption of the hidden information.

Features

  • Invisible Unicode Mappings - Provides a mapping system that encodes binary data into invisible Unicode characters to hide messages within text.
  • Invisible Character Mappings - Provides an encoder that maps binary data to non-printing Unicode characters for covert communication.
  • Text-Based Steganographic Extraction - Decodes invisible Unicode characters and decrypts payloads to retrieve secret messages from cover strings.
  • Authenticated Encryption - Implements authenticated encryption to ensure both the confidentiality and integrity of the hidden payloads.
  • Payload Encryptions - Protects embedded data using strong encryption and integrity checks to prevent unauthorized access or tampering.
  • Password-Derived Key Generation - Uses multi-stage key derivation from user passwords to protect encrypted data against brute-force attacks.
  • Steganographic Data Hiding - Combines symmetric encryption with steganographic encoding to conceal sensitive data within text.
  • Steganographic Payload Extraction - Provides utilities to extract and decrypt secret information embedded within text strings using a password.
  • Symmetric Encryption - Employs symmetric encryption and decryption processes using a shared secret key to retrieve hidden messages.
  • Text-Based Data Concealment Tools - Ships a utility for embedding compressed and encrypted secret messages within cover text to hide information in plain sight.
  • Unicode Steganography Libraries - Provides a library for hiding encrypted data inside standard text strings using non-printing Unicode characters.
  • Steganographic Payload Compression - Compresses secret messages before encoding to minimize the number of invisible characters embedded in the text.
  • Confidential Text Communication - Enables the transmission of encrypted, invisible data within standard text to prevent detection by unauthorized parties.
  • Text Steganography Workflows - Implements a complete workflow for hiding secret messages in plain text using invisible Unicode characters.
  • Text and String Utilities - Hides encrypted secrets within text using invisible Unicode characters.
  • Text Processing - Conceal secrets within strings.
  • Authentication Tools - Tool for assigning digital authenticity to text.
  • Data Cloaking Tools - Securely hide secrets using invisible characters in text.

Star-Verlauf

Star-Verlauf für kurolabs/stegcloakStar-Verlauf für kurolabs/stegcloak

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Stegcloak

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Stegcloak.
  • defuse/php-encryptionAvatar von defuse

    defuse/php-encryption

    3,866Auf GitHub ansehen↗

    php-encryption is a symmetric encryption library for PHP that provides tools for authenticated encryption and key derivation to ensure data confidentiality and integrity. It functions as a cryptography toolkit that wraps complex primitives into simplified interfaces to prevent common implementation errors. The library includes a binary-safe ciphertext serializer to maintain data structure during storage and transmission, as well as a password-based key derivation tool that transforms low-entropy passwords into cryptographically strong keys through iterative processes. The project covers a br

    PHP
    Auf GitHub ansehen↗3,866
  • krzyzanowskim/cryptoswiftAvatar von krzyzanowskim

    krzyzanowskim/CryptoSwift

    10,556Auf GitHub ansehen↗

    CryptoSwift is a cryptography library implemented entirely in the Swift programming language. It provides a collection of standard cryptographic algorithms for encryption, decryption, and hashing without relying on native C libraries or system frameworks. The library supports symmetric and asymmetric encryption, including RSA key generation and signature management. It features authenticated encryption schemes and the ability to generate cryptographic digests for data integrity verification. The toolset covers message authentication codes, secure key derivation from passwords, and data paddi

    Swiftaesaes-gcmcipher
    Auf GitHub ansehen↗10,556
  • guanzhi/gmsslAvatar von guanzhi

    guanzhi/GmSSL

    6,075Auf GitHub ansehen↗

    GmSSL is an open-source cryptographic library that implements the Chinese national cryptographic standards SM2, SM3, SM4, SM9, and ZUC as a unified algorithm suite. It provides a comprehensive set of cryptographic primitives including symmetric and asymmetric encryption, digital signatures, hashing, and key exchange, all built around these national standards for government and enterprise security applications. The library distinguishes itself through several integration capabilities. It includes an OpenSSL compatibility layer that maps GmSSL functions to OpenSSL API calls, enabling drop-in re

    Ccryptoencryptionpairing
    Auf GitHub ansehen↗6,075
  • weidai11/cryptoppAvatar von weidai11

    weidai11/cryptopp

    5,412Auf GitHub ansehen↗

    Crypto++ is a comprehensive C++ cryptographic library that implements a broad range of algorithms for symmetric and asymmetric encryption, hashing, and digital signatures. It is designed as a portable toolkit, usable across different operating systems without modification. The library distinguishes itself through its architecture: cryptographic parameters such as key size and mode are configured at compile time via C++ templates, eliminating runtime overhead. Algorithms are registered in a static factory for runtime lookup, while data processing follows a pipeline model of composable sources,

    C++c-plus-pluscryptocryptography
    Auf GitHub ansehen↗5,412
Alle 30 Alternativen zu Stegcloak anzeigen→

Häufig gestellte Fragen

Was macht kurolabs/stegcloak?

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.

Was sind die Hauptfunktionen von kurolabs/stegcloak?

Die Hauptfunktionen von kurolabs/stegcloak sind: Invisible Unicode Mappings, Invisible Character Mappings, Text-Based Steganographic Extraction, Authenticated Encryption, Payload Encryptions, Password-Derived Key Generation, Steganographic Data Hiding, Steganographic Payload Extraction.

Welche Open-Source-Alternativen gibt es zu kurolabs/stegcloak?

Open-Source-Alternativen zu kurolabs/stegcloak sind unter anderem: defuse/php-encryption — php-encryption is a symmetric encryption library for PHP that provides tools for authenticated encryption and key… guanzhi/gmssl — GmSSL is an open-source cryptographic library that implements the Chinese national cryptographic standards SM2, SM3,… weidai11/cryptopp — Crypto++ is a comprehensive C++ cryptographic library that implements a broad range of algorithms for symmetric and… krzyzanowskim/cryptoswift — CryptoSwift is a cryptography library implemented entirely in the Swift programming language. It provides a collection… i18next/i18next — i18next is a JavaScript localization library and internationalization framework used to translate application text… ashtuchkin/iconv-lite — Convert character encodings in pure javascript.