StegCloak icon
StegCloak icon

StegCloak

 Like

StegCloak is a pure JavaScript steganography module designed in functional programming style, to hide secrets inside text by compressing and encrypting the secret before cloaking it with special unicode invisible characters.

StegCloak screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  • Online
  • BSD
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  AES-256 Encryption
  2.  AES Encryption

 Tags

StegCloak News & Activities

Highlights All activities

Recent activities

No activities found.

StegCloak information

  • Developed by

    Kuro
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    15 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  3,578 Stars
  •  222 Forks
  •  14 Open Issues
  •   Updated Oct 1, 2024 
View on GitHub

Our users have written 0 comments and reviews about StegCloak, and it has gotten 0 likes

StegCloak was added to AlternativeTo by Paul on Jan 4, 2021 and this page was last updated Jan 4, 2021.
No comments or reviews, maybe you want to be first?
Post comment/review

What is StegCloak?

StegCloak is a pure JavaScript steganography module designed in functional programming style, to hide secrets inside text by compressing and encrypting the secret before cloaking it with special unicode invisible characters. It can be used to safely watermark strings, invisible scripts on webpages, texts on social media or for any other covert communication. Completely invisible!

Features

  • Protect your invisible secret using passwords and HMAC integrity
  • Cryptographically secure by encrypting the invisible secret using AES-256-CTR.
  • Uses 6 Invisible characters in unicode characters that works everywhere in the web - Tweets, Gmail, WhatsApp, Telegram, Instagram, Facebook, and many more!
  • Maximum Compression to reduce the payload (LZ, Huffman).
  • Completely invisible, uses Zero Width Characters instead of white spaces or tabs.
  • Super fast! Hides the Wikipedia page-source for steganography (800 lines and 205362 characters) within a covertext of 3 words in under one second.
  • Hiding files in strings can be achieved by uploading the file to cloud and stegcloaking the link in the string
  • Written in pure functional style.
  • Usage - Available as an API module, a CLI and also a Web Interface (optimized with web workers).

Official Links