SecPaste is a Python library and CLI tool for sharing encrypted content via public pastebin services with zero-knowledge architecture. Features: - Pluggable crypto backends (AES-256-GCM, ChaCha20-Poly1305, Kyber-768) - Pluggable pastebin providers (dpaste.com, extensible) - URL fragment key storage (key never sent to server) - Both CLI and library usage - Post-quantum cryptography support (experimental) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
cryptography>=41.0.0
|
|
requests>=2.31.0
|
|
|
|
# Optional: for post-quantum crypto support
|
|
# liboqs-python>=0.8.0
|