Hi all,
Just wanted to propose an idea on what I'm working on in my free time. Idea is open source, anonymous marketplace for buyers / sellers.
I started to work on it few weeks back and each time I see the progress, more and more I like the idea.
It is built with go language, meaning, no more external servers (apache, nginx), dependencies (php, python) or etc. Just a single binary which anyone can run.
The main focus is encryption, each data that is coming in/out of database is encrypted - users, messages, transactions, products etc and key for decryption lives in runtime memory which leads me to - self destruction.
Self destruction means that any attempt to try to get an key for decryption will force the binary to restart - new key generated - the old database is now useless.
Same goes with escrow payments, for which I don't have code written but thinking on how we can reduce exit scams or not to have them at all.
The problem which I'm dealing with right now is performance but I think I will tackle this over the weekend.
Let me know your thoughts, ideas or suggestions.
[removed]