Metadata-Version: 2.4
Name: privacy_toolkit
Version: 0.0.3
Summary: A Privacy Enhancing Toolkit. It helps you to [de,en]crypt files
Project-URL: Homepage, https://github.com/sokrato/privacy-guard
Project-URL: Documentation, https://github.com/sokrato/privacy-guard
Project-URL: Source, https://github.com/sokrato/privacy-guard
Author-email: Xu Xiang <sokrato@qq.com>
License: MIT License
License-File: LICENSE.txt
Keywords: cryptography,encryption,privacy
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7
Requires-Dist: click
Requires-Dist: cryptography
Description-Content-Type: text/markdown

# file-cryptor
File cryptor helps encrypt and decrypt files. So we may protect our privacy from peeping eyes like cloud storage providers.

TODO:

- Text encryption / decryption.
- Password generation, like https://oneshallpass.com/
- password manager


## Install
`pip install privacy_toolkit`

## Use
`ptk -h`
