1.0.2 • Published 1 year ago

lorem-encode v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

lorem-encode

This is a binary-to-text encoder that replace a byte into a predefined unique string, and then use the same string set to decode back into binary. This can bypass the security check of facebook messenger, but require receiver to use this program to decode it.

Note: I created this just for fun. No update or maintenance.

Installation

npm -g install lorem-encode

How to use

# binary-to-text encoding
lorem-encode source.zip encoded.txt

# text-to-binary decoding
lorem-encode -d encoded.txt decoded.zip

Configuration

The keys.json included with this repository is the configuration file. It contains 256 no-space unique word each for 0x00 to 0xFF representation.

[
  "quae",
  "omnis",
  "velit",
  "weakness",
  "ullamco",
  .
  .
  .
  "elit",
  "earum",
  "exercitation"
]
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago