Metadata-Version: 2.1
Name: tird
Version: 0.1.0
Summary: Tool for encrypting and hiding files
Home-page: https://github.com/hakavlad/tird
Author: Alexey Avramov
Author-email: hakavlad@gmail.com
License: CC0
Project-URL: Homepage, https://github.com/hakavlad/tird
Project-URL: Bug Tracker, https://github.com/hakavlad/tird/issues
Project-URL: Documentation, https://github.com/hakavlad/tird/blob/main/README.md
Description: # tird: this is random data
        
        Tool for encrypting and hiding files.
        
        ## Usage
        
        Just run the script:
        ```
        $ tird
        Select the action to take
        0 - exit
        1 - get info
        2 - encrypt file
        3 - decrypt file
        4 - encrypt and hide file
        5 - decrypt and unhide file
        6 - hide file (without  encryption)
        7 - unhide file (without decryprion)
        8 - create file with random data
        9 - overwrite file with random or specific bytes
        :
        ```
        
        ## Requirements
        
        - Python >= 3.6
        
Keywords: encryption hiding
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
