Skip to content

Commit 4557c7b

Browse files
authored
Enhance README with project overview and details
Added a brief project description and clarified functionality.
1 parent 770ae7a commit 4557c7b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[![Python](https://img.shields.io/pypi/pyversions/aes-secure-vault)](https://pypi.org/project/aes-secure-vault/)
55
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
66

7+
> AES-256-GCM authenticated encryption with Argon2id key derivation. Self-contained JSON payloads. Published on PyPI.
8+
79
A symmetric encryption module implementing AES-256-GCM with Argon2id key derivation, following established envelope encryption patterns (similar to JWE/Fernet). Payloads are self-contained JSON blobs — no shared state or config files required to decrypt.
810

911
Built to understand authenticated encryption, KDF parameter binding, and defensive input validation from first principles rather than wrapping a high-level library.

0 commit comments

Comments
 (0)