-
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
20 additions
and
9 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 |
---|---|---|
@@ -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>. |