TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Building a Meal Ministry App

2 pointsby bobblywobblesover 4 years ago
I&#x27;m looking to build a meal ministry application for people within a church community to come together and support one another in times of need.<p>Since I&#x27;d rather not build out a database of contact information that could be breachable in the future, I&#x27;d like to use Diffie-Hellman to ensure that only the people who have agreed to share a meal will send their contact information to each other. The encryption method seems within my reach, but due to each client having to save their private key, is this possible all within the browser?<p>Is localstorage, cookies, etc. a good option for saving the private key?

1 comment

brodouevencodeover 4 years ago
Why not fetch on request? i.e.: when the transaction occurs then and only then do you pull from your data source and do what you need to do.
评论 #26038795 未加载