Skip to content

Commit

Permalink
Update MANPAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Feb 7, 2024
1 parent 25f0f69 commit 33a8be2
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions docs/MANPAGE.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,49 @@
% tird(1) | General Commands Manual

# NAME

tird - encrypt file contents and hide encrypted data among random data

# SYNOPSIS
**tird** [**OPTION**]...

**tird** [**-d** | **--debug**]

# DESCRIPTION
tird (an acronym for "this is random data") is a tool for encrypting file contents and hiding encrypted data among random data.

# REQUIREMENTS
- Python >= 3.6
- PyNaCl >= 1.2.0
- PyCryptodomex >= 3.6.2
**tird** _(an acronym for "this is random data")_ is a tool for encrypting file contents and hiding encrypted data among random data.

# COMMAND-LINE OPTIONS

#### -d, --debug
Print debug messages.

print debug messages

# USAGE

Just run the script, select the option you want and then answer the questions.

# REQUIREMENTS

* Python >= 3.6
* PyNaCl >= 1.2.0
* PyCryptodomex >= 3.6.2

# REPORTING BUGS

Please report bugs at <https://github.com/hakavlad/tird/issues>.

# FEEDBACK

Feel free to post any questions, feedback or criticisms at <https://github.com/hakavlad/tird/discussions>.

# AUTHOR
Written by Alexey Avramov <[email protected]>.

# LICENSE
Alexey Avramov <[email protected]>

# COPYRIGHT

This project is licensed under the terms of the Creative Commons Zero v1.0 Universal License (Public Domain Dedication).

# HOMEPAGE

Homepage is <https://github.com/hakavlad/tird>.

0 comments on commit 33a8be2

Please sign in to comment.