Visit Website

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. 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 stegclo

ALTERNATIVES