Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Feb 6, 2024
1 parent 3a825fb commit 75d8c7b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Releases](https://img.shields.io/github/v/release/hakavlad/tird)](https://github.com/hakavlad/tird/releases)
[![PyPI](https://img.shields.io/pypi/v/tird?color=blue&label=PyPI)](https://pypi.org/project/tird/)

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

![screenshot: MENU](https://i.imgur.com/37GEudr.png)

Expand Down
4 changes: 2 additions & 2 deletions docs/MANPAGE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
% tird(1) | General Commands Manual

# NAME
tird - A tool for encrypting file contents and hiding random data among other random data.
tird - encrypt file contents and hide encrypted data among 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.
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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ def readme():
license='CC0',
author='Alexey Avramov',
author_email='[email protected]',
description='A tool for encrypting file contents and hiding random data '
'among other random data',
description='A tool for encrypting file contents and hiding encrypted data'
' among random data',
long_description=readme(),
long_description_content_type='text/markdown',
url='https://github.com/hakavlad/tird',
Expand Down
6 changes: 3 additions & 3 deletions tird/tird.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
"""A tool for encrypting file contents and hiding random data
among other random data.
"""A tool for encrypting file contents
and hiding encrypted data among random data.
"""

from gc import collect
Expand Down Expand Up @@ -2035,7 +2035,7 @@ def main() -> NoReturn:
INFO: str = f"""{ITA}I: tird v{VERSION}
A tool for encrypting file contents and
hiding random data among other random data.
hiding encrypted data among random data.
Homepage: https://github.com/hakavlad/tird{RES}"""

Expand Down

0 comments on commit 75d8c7b

Please sign in to comment.