All Projects → Neo23x0 → space-id

Neo23x0 / space-id

Licence: MIT license
Invisible Watermarks with Space Characters in ASCII Files

Programming Languages

python
139335 projects - #7 most used programming language

space-id

Invisible Watermarks with Space Characters in ASCII Files

Usage

usage: spaceid.py [-h] [-f path] [-i path] [-p path] [--remove] [--debug]

Online Hash Checker

optional arguments:
  -h, --help  show this help message and exit
  -f path     File to ID (if used with -i it writes the ID to the file)
  -i path     ID (writes ID to file)
  -p path     Preamble to start the space ID with
  --remove    Remove space ID
  --debug     Debug output

Screenshots

Add a space ID to an ASCII file with debug output

Space ID Screenshot

Read a space ID from a file

Space ID Screenshot

Remove a space ID from a file

Space ID Screenshot

A space-IDed file

Space ID Screenshot

Examples

Add a space ID to an ASCII file with debug output

python3 spaceid.py -i client01 -f ./test/test.txt --debug

Read a space ID from a file

python3 spaceid.py -f ./test/test.txt

Remove a space ID from a file

python3 spaceid.py -f ./test/test.txt --remove
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].