lorem-encode

1.0.2 • Public • Published

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"
]

Readme

Keywords

none

Package Sidebar

Install

npm i lorem-encode

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

7.28 kB

Total Files

6

Last publish

Collaborators

  • 44kia244