Giter Club home page Giter Club logo

ipsumcrypt's Introduction

ipsumcrypt

by Peter Sobot (psobot.com) on July 13, 2013. Licensed under MIT.


ipsumcrypt embeds arbitrary binary data into the whitespace between words. It comes with a bunch of Lorem Ipsum embedded in the binary, but you can edit encoder.c to change that.


##Build it!

make

You'll need clang.

##Encrypt!

$ ./encoder
herp derp
   Lorem  ipsum dolor  sit  amet,   consectetur adipiscing   elit.   Sed commodo at      eros ut facilisis.       Aliquam     vitae   venenatis neque.  In  ut   posuere neque.   Nulla   et felis arcu.      Quisque facilisis porttitor   auctor.  Nam    

##Verify that decryption works, too!

$ ./encoder | ./decoder
herp derp
herp derp

##How it works

It's simple, really, we kill the Batman we break the original binary data into bits. Every 1 is encoded as a word from the embedded wordlist followed by a , while every 0 is encoded as a . Words can be changed arbitrarily - the decoder doesn't keep any kind of wordlist. Any set of tokens and whitespace can be decoded into binary data. (A properly formatted sentence with one space between all word tokens will yield a file with all bits set.)

ipsumcrypt's People

Contributors

psobot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ryantm

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.