Hacker News new | ask | show | jobs
Show HN: I make this inbox work like pastebin. It helps you DM without yr info (bar.cwhlabs.com)
6 points by appletastesgood 989 days ago
Example:

Blah blah blah

Please also DM me here: https://bar.cwhlabs.com/s/Y6QJLKFDJNAOQ1D2VEITYKJRRVANI9NP

---

How it works: Create a inbox -> generate link -> leave it -> check mail in 7 days -> (auto destroy)

leave it on the anonymous place whatever you want people to contact you one time only, ask them to leave a contact method also.

Contact them back.

Basically it is a safer way to contact online since scammers are crazy collecting our infos/social handles in 2023. The mailbox will auto burnt after 7 days.

I hope it helps you. Thanks for visit.

2 comments

PS. I also research and disclose latest phishing attack method across the globe here: https://scamlist.cwhlabs.com/en

This is also one of the reason why I make the inbox.

What tech stack does this app use? Is it open source?
currently it is not open source, an LEMP stack, also a MVP and looking for improvement.

The next iteration will turn it into a truly 1-time use fully encrypted inbox, implementing a PGP with end to end encryption in next iteration. The public key will store in our database, will be used to sign message before send to our server. The private PGP key is expected to store as a AES-CBC-128 format by your 8 digits pin (or if you want longer) and the 8 digits pin will be hashed before send to our database.

The next iteration proposed design is supposed to be fully encrypted.

> an LEMP stack

oh cool, I was confused because it feels like an SPA, but I couldn't identify the framework.

Nice work, interested in seeing the progress of this project!