Metadata-Version: 2.4
Name: fieldseal
Version: 0.0.0
Summary: Placeholder for Fieldseal — transparent field-level encryption-at-rest at the data-access layer. Not yet released; the Python core arrives with Phase 1.
License-Expression: Apache-2.0
Project-URL: Homepage, https://fieldseal.dev
Project-URL: Repository, https://github.com/fieldseal-dev/fieldseal-spec
Keywords: encryption,field-level-encryption,encryption-at-rest,aead,orm
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# fieldseal

**This is a name-reservation placeholder. There is no usable code in this package.**

Fieldseal is a portable specification and reference implementations for transparent
field-level encryption-at-rest at the data-access layer. The central claim: a value
encrypted by implementation A in one language is decryptable by implementation B in
another language using the same key, verified by machine-readable test vectors in CI.

The project is in Phase 0 (specification and cryptographic review). The Python core
library will be published under this name in Phase 1.

- Project home: <https://fieldseal.dev>
- Repository: <https://github.com/fieldseal-dev/fieldseal-spec> (private until public release)

If you believe this name reservation conflicts with your rights, contact
`contact@fieldseal.dev`.
