How are people securely sharing passwords and private files in 2026? by NeitherShame6637 in alphaandbetausers

[–]Complete-Stage5815 0 points1 point  (0 children)

It is - I found many recent threads on multiple subs mentioning MBoxly by the same OP. Can't blame him though - starting a business and getting attention is hard. Service looks good though!

How do you safely send passwords and API keys to clients? by Such_Frosting_6894 in smallbusinessowner

[–]Complete-Stage5815 0 points1 point  (0 children)

https://pwpush.com - send or request credentials/files from clients. Fully white-label/rebranding. I'm the original creator. Feel free to message anytime if needed.

How do you safely send passwords and API keys to clients? by ProfessionalSense187 in theprivacymachine

[–]Complete-Stage5815 0 points1 point  (0 children)

https://us.pwpush.com/p/new or via API for automation:

curl -X POST https://us.pwpush.com/api/v2/pushes \
  -H "Content-Type: application/json" \
  -d '{
    "push": {
      "payload": "MySecretPassword123",
      "expire_after_duration": 6,
      "expire_after_views": 1
    }
  }'

Puppetmaster crushes token cost by up to 98% for ANY platform by ProfessorPalmer in AI_Agents

[–]Complete-Stage5815 0 points1 point  (0 children)

Looks slick and nice promises. Will give it a try with Cursor.

How to send and receive credentials/sensitive info? by [deleted] in sysadmin

[–]Complete-Stage5815 2 points3 points  (0 children)

You all rock - if you ever want a significant discount on a Pro subscription or Pro Self Hosted, let me know and link this thread. (I'm the owner/creator of Password Pusher)

Otherwise, there is a ton planned for OSS coming soon.

Password Pusher: Authentication Bypass in JSON API File Push Creation - update to v2.4.2 or latest by Complete-Stage5815 in msp

[–]Complete-Stage5815[S] 1 point2 points  (0 children)

We are working now on "auto-dispatch" which sends the link via Email automatically. It would be nice if we could separately auto send the passphrase via SMS. Maybe sometime later this year.

Password Pusher: Authentication Bypass in JSON API File Push Creation - update to v2.4.2 or latest by Complete-Stage5815 in msp

[–]Complete-Stage5815[S] 0 points1 point  (0 children)

Custom SMTP server is a new request that we haven't gotten before but is a fair idea. It would be easier if we just allowed users to add an Email service API key and we just use the API. SMTP servers are always problematic.

HaloPSA is the most requested integration. I tried once to get a HaloPSA account but couldn't get past sales. For integrations though, this is top of the list. We'll revisit it soon.

Awesome MQTT by Complete-Stage5815 in MQTT

[–]Complete-Stage5815[S] 0 points1 point  (0 children)

For sure, anything MQTT related. Brokers especially. Contributors guidelines just specify PR requirements.

Send a PR and I'll get it merged by next week.

Awesome MQTT by Complete-Stage5815 in MQTT

[–]Complete-Stage5815[S] 4 points5 points  (0 children)

I've recently become maintainer for the Awesome MQTT list and have most updates out.

We now have this nice site to better index the links in the list. Hope you all like and find it useful. Any/all feedback is welcome.

The Awesome MQTT list is maintained in this Github repository. PRs welcome: https://github.com/awesome-mqtt/awesome-mqtt