0.4.12 • Published 9 years ago

typo-steganography v0.4.12

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago
Version 0.4.12

Screenshot

This is a tool for typo-based text steganography. It lets you hide secret information in typographical errors.

Background

Why steganography?

Because this.

Security

Installation

Install Node.js.

Then run the following command:

npm install -g typo-steganography

Verify the installation:

typo --version

Usage

To encode a secret:

typo '1984' message.txt -o message.typo.txt

Where "1984" is the secret.

To decode a secret:

typo --decode -g message.txt message.typo.txt

Where message.txt is the original file.

It should be possible to reconstruct message.txt from message.typo.txt simply by correcting the spelling errors.

See typo --help for more.

Issues

You can report and track any issues here:

https://github.com/mjethani/typo/issues

License

Please see the LICENSE file included in the package.


Copyright (c) 2015 Manish Jethani

0.4.12

9 years ago

0.4.11

9 years ago

0.4.10

9 years ago

0.4.9

9 years ago

0.4.8

9 years ago

0.4.7

9 years ago

0.4.6

9 years ago

0.4.5

9 years ago

0.4.4

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.7

9 years ago

0.3.6

9 years ago

0.3.5

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago