Initial repo skeleton with pyproject.toml and project guide
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
14
src/soosef/__init__.py
Normal file
14
src/soosef/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
"""
|
||||
SooSeF — Soo Security Fieldkit
|
||||
|
||||
Offline-first security toolkit for journalists, NGOs, and at-risk organizations.
|
||||
Combines Stegasoo (steganography) and Verisoo (provenance attestation) with
|
||||
field-hardened security features.
|
||||
|
||||
Part of the Soo Suite:
|
||||
- Stegasoo: hide encrypted messages in media
|
||||
- Verisoo: prove image provenance and authenticity
|
||||
- SooSeF: unified fieldkit with killswitch, dead man's switch, and key management
|
||||
"""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
Reference in New Issue
Block a user