Metadata-Version: 2.4
Name: gbkomi
Version: 0.1.5
Summary: Encrypted secret vault for Python projects
Author: gbkomi
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: cryptography
Requires-Dist: argon2-cffi

GBKOMI | Good Basic Kryptography & Object Manipulation Interface

## Changelog

### v0.1.3

#### Security Improvements
- Increased Argon2id memory cost from `65536` (64 MiB) to `262144` (256 MiB).
- Improved resistance against brute-force and password cracking attacks.

#### Fixes
- Corrected package version metadata.

### v0.1.4
- FIX BUGS

### v0.1.5
- add main
