Metadata-Version: 2.1
Name: trezor-file-encryption
Version: 0.0.2
Summary: UNKNOWN
Home-page: https://github.com/dnsge/trezor-file-encryption
Author: dnsge
Author-email: dnsge.personal@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Security
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: trezor (==0.11.6)
Requires-Dist: colorama (==0.4.3)
Requires-Dist: pycryptodome (==3.9.6)

# Trezor File Encryption
This tool allows the encryption of files using a Trezor hardware key. 
Encryption keys are encrypted/decrypted by the Trezor, which are then used to encrypt/decrypt files.

Program data is stored in a directory named `.trezor_enc` which contains a `dat.json` file detailing encryption information.


