From 3a825fbc95445e15551a712339056172ac6978fe Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sun, 4 Feb 2024 22:13:23 +0900 Subject: [PATCH] Add MANPAGE.md --- docs/MANPAGE.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 docs/MANPAGE.md diff --git a/docs/MANPAGE.md b/docs/MANPAGE.md new file mode 100644 index 0000000..dce34ba --- /dev/null +++ b/docs/MANPAGE.md @@ -0,0 +1,38 @@ +% tird(1) | General Commands Manual + +# NAME +tird - A tool for encrypting file contents and hiding random data among other random data. + +# SYNOPSIS +**tird** [**OPTION**]... + +# DESCRIPTION +tird (an acronym for "this is random data") is a tool for encrypting file contents and hiding random data among other random data. + +# REQUIREMENTS +- Python >= 3.6 +- PyNaCl >= 1.2.0 +- PyCryptodomex >= 3.6.2 + +# COMMAND-LINE OPTIONS + +#### -d, --debug +Print debug messages. + +# USAGE +Just run the script, select the option you want and then answer the questions. + +# REPORTING BUGS +Please report bugs at . + +# FEEDBACK +Feel free to post any questions, feedback or criticisms at . + +# AUTHOR +Written by Alexey Avramov . + +# LICENSE +This project is licensed under the terms of the Creative Commons Zero v1.0 Universal License (Public Domain Dedication). + +# HOMEPAGE +Homepage is .