Password Pusher is an open-source tool designed for securely communicating sensitive information over the web. It ensures that secrets expire after a set number of views or a defined time, enhancing security and preventing long-term exposure.
Key features:
- Automatic Expiration: Shared secrets automatically expire and self-delete after a specified number of views or time.
- Audit Logging: Tracks who accessed the pushed secrets and when, providing an audit trail.
- Encrypted Storage: Sensitive data is stored encrypted, ensuring confidentiality.
- Self-Hostable: Can be easily self-hosted using Docker or other cloud services, allowing for private and isolated instances.
- Versatile: Supports sharing passwords, text, files, or URLs.
- Admin Dashboard: Built-in admin dashboard for managing self-hosted instances.
- JSON API: Raw JSON API for integration with third-party tools and command-line interfaces.
- CLI: Automate password distribution with CLI tools or custom scripts.
Use Cases:
- Securely sharing passwords with colleagues or clients.
- Communicating sensitive configuration details to servers.
- Distributing temporary access tokens or keys.
- Any situation where sensitive information needs to be shared securely and automatically revoked.