Search Criteria
Package Details: stegasoo-git 4.2.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/stegasoo-git.git (read-only, click to copy) |
|---|---|
| Package Base: | stegasoo-git |
| Description: | Secure steganography with hybrid photo + passphrase + PIN authentication |
| Upstream URL: | https://github.com/adlee-was-taken/stegasoo |
| Licenses: | MIT |
| Conflicts: | stegasoo |
| Provides: | stegasoo |
| Submitter: | wastaken |
| Maintainer: | wastaken |
| Last Packager: | wastaken |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-01-10 20:12 (UTC) |
| Last Updated: | 2026-01-12 01:33 (UTC) |
Dependencies (6)
- python
- zbar (zbar-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python (make)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
Latest Comments
wastaken commented on 2026-01-10 20:27 (UTC)
Initial release of stegasoo-git for the AUR.
Stegasoo is a secure steganography tool for hiding encrypted messages in images using multi-factor authentication.
Key features: - AES-256-GCM encryption with Argon2id key derivation - DCT steganography for JPEG-resilient embedding (survives social media compression) - Multi-factor auth: reference photo + passphrase + PIN (or RSA key) - CLI, Web UI, and REST API interfaces
What gets installed: - /usr/bin/stegasoo - CLI tool - /opt/stegasoo/venv/ - Self-contained Python 3.12 environment - Systemd services for web UI (port 5000) and REST API (port 8000)
Quick start: stegasoo generate --pin --words 4 stegasoo encode -r photo.jpg -i carrier.jpg -P "your passphrase" -p 123456 -m "secret"
Note: Requires python312 from AUR (jpegio not yet fully compatible with Python 3.13).
Feedback welcome at https://github.com/adlee-was-taken/stegasoo/issues