Metadata-Version: 2.4
Name: fcryptx
Version: 0.0.4
Summary: A lightweight AES encryption and decryption utility that can be used both as a command-line tool and as a Python package.
Author-email: Sreejith <sreejitharee123@gmail.com>
License: MIT
Project-URL: Repository, https://github.com/Sreejith-R-Mohan/fcryptx
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography==46.0.5
Dynamic: license-file

### Project description

A lightweight AES encryption and decryption utility that can be used both as a command-line tool and as a Python package.

## Prerequisites

**python >3.8** required*


## To install
```
pip install fcryptx
```


## Dependencies
cryptography:*46.0.5* ( Will install automatically )


## Build Debian
```
python setup.py --command-packages=stdeb.command bdist_deb
```





