-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
.\" Automatically generated by Pandoc 2.9.2.1 | ||
.\" | ||
.TH "tird" "1" "" "" "General Commands Manual" | ||
.hy | ||
.SH NAME | ||
.PP | ||
tird - encrypt file contents and hide encrypted data among random data | ||
.SH SYNOPSIS | ||
.PP | ||
\f[B]tird\f[R] [\f[B]-d\f[R] | \f[B]\[en]debug\f[R]] | ||
.SH DESCRIPTION | ||
.PP | ||
\f[B]tird\f[R] \f[I](an acronym for \[lq]this is random data\[rq])\f[R] | ||
is a tool for encrypting file contents and hiding encrypted data among | ||
random data. | ||
.SH COMMAND-LINE OPTIONS | ||
.SS -d, \[en]debug | ||
.PP | ||
print debug messages | ||
.SH USAGE | ||
.PP | ||
Just run the script, select the option you want and then answer the | ||
questions. | ||
.SH REQUIREMENTS | ||
.IP \[bu] 2 | ||
Python >= 3.6 | ||
.IP \[bu] 2 | ||
PyNaCl >= 1.2.0 | ||
.IP \[bu] 2 | ||
PyCryptodomex >= 3.6.2 | ||
.SH REPORTING BUGS | ||
.PP | ||
Please report bugs at <https://github.com/hakavlad/tird/issues>. | ||
.SH FEEDBACK | ||
.PP | ||
Feel free to post any questions, feedback or criticisms at | ||
<https://github.com/hakavlad/tird/discussions>. | ||
.SH AUTHOR | ||
.PP | ||
Alexey Avramov <[email protected]> | ||
.SH COPYRIGHT | ||
.PP | ||
This project is licensed under the terms of the Creative Commons Zero | ||
v1.0 Universal License (Public Domain Dedication). | ||
.SH HOMEPAGE | ||
.PP | ||
Homepage is <https://github.com/hakavlad/tird>. |