Metadata-Version: 2.2
Name: bssdevice
Version: 0.1.0
Summary: Private advanced device fingerprinting and authentication system.
Home-page: https://github.com/Sumedh1599/bssdevice
Author: Sumedh Patil
Author-email: admin@aipresso.uk
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bssauth
Requires-Dist: bsscrypto
Requires-Dist: bssqrcode
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# bssdevice

`bssdevice` is a lightweight device fingerprinting system designed for **security enhancement**.

## Features

- **Unique device identification**
- **Secure QR code authentication**
- **AI-enhanced encryption for device verification**

## Installation

```bash
pip install bssdevice


Usage:
from bssdevice import bssdevice

key = bsscrypto.generate_key()
device_id = bssdevice.generate_device_id()

encrypted = bssdevice.encrypt_device_id(device_id, key)
print("Device Verified:", bssdevice.decrypt_device_id(encrypted, key))
```
