| Version | Supported |
|---|---|
| 2.x.x | ✅ |
| 1.1.x | ✅ |
| 1.0.x | ❌ |
| < 1.0 | ❌ |
TAS uses industry-standard encryption:
- Algorithm: AES-256-GCM (authenticated encryption)
- Key Derivation: PBKDF2 with SHA-512, 600,000 iterations (OWASP 2025 recommendation)
- Salt: 32 bytes, random per file
- IV: 12 bytes (96-bit), random per file
- Auth Tag: 16 bytes (128-bit) for integrity verification
- Config v2: Bot token encrypted at rest with user's password (AES-256-GCM)
- Password verification: PBKDF2-based hash stored locally (not the password itself)
Your password never leaves your machine. Telegram only stores encrypted blobs.
If you discover a security vulnerability, please:
- Do NOT open a public issue
- Email security concerns to the maintainer privately
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
We aim to respond within 48 hours and will work with you to understand and resolve the issue.
- Not a backup solution: Telegram can delete content without notice
- Password storage: Password hash is stored locally for verification (not the password itself)
- Metadata: Filenames and sizes are stored in local SQLite (unencrypted locally)
- Share server: HTTP-only; file content is encrypted but share page metadata is not TLS-protected
- Use a strong, unique password (12+ characters)
- Don't share your
~/.tas/config.jsonfile - Keep your bot token secret
- Regularly update to the latest version
- When using
tas share, prefer running behind a reverse proxy with TLS