Stegcloak Versions Save

Hide secrets with invisible characters in plain text securely using passwords 🧙🏻‍♂️⭐

v1.1.1

3 years ago

Updates

  • Fixed the bug by removing an invisible character ( U+2060 ) due to visibility in CJK (Chinese Japan Korea) font family. For further information, it is related to issue #12.
  • Randomised the position of insertion of zwc stream in the cover message and updated stegcloak to support backward compatibility. Detailed discussion is available in #15.

Stegcloak v1.1.1 is stable and published.

1.0.1

3 years ago

Enhancement: Added --config option to CLI to avoid prompts based on discussions from #9 #8

Env variable for password STEGCLOAK_PASSWORD.

Improved Docs.

0.0.8

3 years ago

U+2061 was added and it proves to achieve our cross-platform / web invisibility requirements.

More functions made point free and code formatting

v0.0.6

4 years ago

ZWC <180e> rendered weirdly as MSP on iOS devices, compromising the invisibility - now replaced with <2060> which works everywhere.

Huffman failure cases optimisation.

Now, StegCloak CLI is super smart about the questions it asks - if no encryption was used while hiding, no password question is prompted regardless of how the data is given to reveal (-cp, file or direct prompt-based input).

v0.0.5

4 years ago

The existing ZWCs weren't working on Twitter, so with good amount of testing we were able to zero in on 6 invisible characters, which are not blacklisted on any social media or the web.

Updated the salt length from 128 bits to 64 bits, given the uniqueness and other factors. Reduced static 32 ZWC in every payload.

Added Huffman compression over ZWCs to improve compression after creating the invisible stream - more compression.