Giter Club home page Giter Club logo

molotovcherry / stegcloak Goto Github PK

View Code? Open in Web Editor NEW
12.0 1.0 0.0 100 KB

[Rust] Hide secrets with invisible characters in plain text securely using passwords πŸ§™πŸ»β€β™‚οΈβ­

Home Page: https://molotovcherry.github.io/stegcloak/

License: MIT License

Rust 97.08% HTML 1.05% JavaScript 1.80% CSS 0.07%
character encode hide rust steganography width zero stegcloak zwc encrypt cryptography security stealth privacy cipher data-exfiltration hacking-tool infosec security-tools

stegcloak's Introduction

StegCloak

crates.io

Hides 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!

Inspired by the original javascript stegcloak.

This is incompatible with the original js stegcloak. But it can compile to wasm with the wasm feature.

Also available on the web @ https://molotovcherry.github.io/stegcloak/

Features

  • Allows you to invisibly hide your secret inside regular text
  • Protect your secret with password and HMAC integrity
  • Encrypts your secret with AES-256-CTR
  • Uses 6 invisible unicode characters that work in many places such as Gmail, WhatsApp, Telegram, Facebook, and more!
  • Uses compression to minimize size of payload.
  • Wasm compatible
  • FastπŸ¦€!
    • Can hide the entire wikipedia source in ~201468 characters taking ~3.5ms in plaintext mode and ~7ms in encrypt mode
    • Can reveal the entire wikipedia source in ~1.3ms in plaintext mode and ~5ms in encrypted mode

Cargo Features

wasm - If you need wasm support, this feature's for you!

Crates

stegcloak-wasm - This is a pure binding crate to use this purely from javascript. If you want to use stegcloak in your wasm app, use the normal stegcloak crate with the wasm feature

Warning

This is currently under dev. Algorithm may be changed at any time, and previously encoded messages may no longer be compatible with the new version.

Every effort has been made to be cryptographically secure, however, this should not be relied on for any sensitive or secure communications! Author absolves self from all possible issues that could arise from usage of this software.

StegCloak doesn't solve the Alice-Bob-Warden problem, it's powerful only when people are not looking for it and it helps you achieve that really well, given its invisible properties around the web! It could be safely used for watermarking in forums, invisible tweets, social media etc. Please don't use it when you know there's someone who is actively sniffing your data - looking at the unicode characters through a data analysis tool. In that case, even though the secret encoded cannot be deciphered, the fact lies that the Warden (middle-man) knows some secret communication took place, because he would have noticed an unusual amount of special invisible characters.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

stegcloak's People

Contributors

molotovcherry avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.