> ## Content Index
> Fetch the complete content index at: https://darkwebinformer.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Password Pusher 🔐: Securely Share Sensitive Information with Expiration, Deletion, and Full Audit Logs
- URL: https://darkwebinformer.com/password-pusher-securely-share-sensitive-information-with-expiration-deletion-and-full-audit-logs/
- Published: 2024-09-10T22:56:58.000Z
- Updated: 2025-09-04T22:26:45.000Z
- Author: Dark Web Informer
- Tags: Tools

GitHub: <https://github.com/pglombardo/PasswordPusher>  
Last Commit: September 10th, 2024

---

Give your users the tools to be secure by default.

Password Pusher is an open source application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed.

Hosted at [pwpush.com](https://pwpush.com/) but you can also easily run your own private instance with just a few steps.

- **Easy-to-install:** Host your own via Docker, a cloud service or just use [pwpush.com](https://pwpush.com/)
- **Open Source:** No blackbox code. Only trusted, tested and reviewed open source code.
- **Versatile:** Push passwords, text, files or URLs that auto-expire and self delete.
- **Audit logging:** Track and control what you've shared and see who has viewed it.
- **Encrypted storage:** All sensitive data is stored encrypted and deleted entirely once expired.
- **Host your own:** Database backed or ephemeral, easily run your own instance isolated from the world.
- **JSON API:** Raw JSON API available for 3rd party tools or command line via `curl` or `wget`.
- **Command line interface:** Automate your password distribution with CLI tools or custom scripts.
- **Logins**: Invite your colleagues and track what is pushed and who retrieved it.
- **Admin Dashboard:** Manage your self-hosted instance with a built in admin dashboard.
- **Internationalized:** 29 language translations are bundled in. Easily selectable via UI or URL
- **Themes:** [26 themes](https://docs.pwpush.com/docs/themes/) bundled in courtesy of Bootswatch. Select with a simple environment variable.
- **Unbranded delivery page:** No logos, superfluous text or unrelated links to confuse end users.
- **Customizable:** Change text and default options via environment variables.
- **Light & dark themes:** Via CSS @media integration, the default site theme follows your local preferences.
- **Re-Brandable:** Customize the site name, tagline and logo to fit your environment.
- **Custom CSS:** Bundle in your own custom CSS to add your own design.
- **\>10 Years Old:** Password Pusher has securely delivered millions and millions of passwords in its 10 year history.
- **Actively Maintained:** I happily work for the good karma of the great IT/Security community.
- **Honest Software:** Open source written and maintained by [me](https://github.com/pglombardo) with the help of some great contributors. No organizations, corporations or evil agendas.

![](https://storage.ghost.io/c/6b/16/6b16ac9c-cd67-432f-b0f3-bbec941084ff/content/images/2024/09/1.png)

![](https://storage.ghost.io/c/6b/16/6b16ac9c-cd67-432f-b0f3-bbec941084ff/content/images/2024/09/2.png)

![](https://storage.ghost.io/c/6b/16/6b16ac9c-cd67-432f-b0f3-bbec941084ff/content/images/2024/09/3.png)

![](https://storage.ghost.io/c/6b/16/6b16ac9c-cd67-432f-b0f3-bbec941084ff/content/images/2024/09/4.png)

![](https://storage.ghost.io/c/6b/16/6b16ac9c-cd67-432f-b0f3-bbec941084ff/content/images/2024/09/5.png)

![](https://storage.ghost.io/c/6b/16/6b16ac9c-cd67-432f-b0f3-bbec941084ff/content/images/2024/09/6.png)

# ⚡️ Quick Start

[](https://github.com/pglombardo/PasswordPusher#%EF%B8%8F-quick-start)

→ Go to [pwpush.com](https://pwpush.com/) and try it out.

*or*

→ Run your own instance with `docker run -d -p "5100:5100" pglombardo/pwpush:latest` or a [production ready setup with a database & SSL/TLS](https://github.com/pglombardo/PasswordPusher/tree/master/containers/docker/all-in-one).

*or*

→ Use one of the [3rd party tools](https://docs.pwpush.com/docs/3rd-party-tools/) that interface with Password Pusher.

# Documentation

[](https://github.com/pglombardo/PasswordPusher#documentation)

See the full [Password Pusher documentation here](https://docs.pwpush.com/).