Metadata-Version: 2.4
Name: crypt-key
Version: 0.0.4
Summary: encrypt and decrypt pem-keys and files
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: pycryptodome
Requires-Dist: rich
Requires-Dist: pyAesCrypt
Requires-Dist: pyfiglet

# Crypt-key
Encrypt and Decrypt pem-keys, and files
### Install
``` sh
git clone https://gitlab.com/eklow/crypt-key.git
```
### Use
``` sh
uv run crypt-key
```

