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.

Show HN: Encrypted, synced, offline first todo list

5 pointsby alexh1about 5 years ago

3 comments

alexh1about 5 years ago
This is a PoC I worked on over the last week while I&#x27;ve had a little bit of free time.<p>In general I&#x27;d love to have an ecosystem of apps (calendars, notifications, etc) built on this type of platform, I&#x27;ve done a lot of the ground wrt. encrypting&#x2F;decrypting&#x2F;signing&#x2F;verifying general operations.<p>Tech wise it&#x27;s deployed on Netlify (the backend is just a Netlify function) with:<p>- Frontend: React, Grommet, web.crypto.subtle<p>- Backend: Node.js, Mongo, native crypto module
kodo_coderabout 5 years ago
I looked into your challenge handshake logic, and it looks legit. Really impressed. Do you have a solution for pw derived keys?<p>(Also, you have a few UI issues: login exists across browser sessions, stuff like that. Feel free to ping me to talk more.)
评论 #22903499 未加载
Madeindjsabout 5 years ago
Is it possible to consult code on Github?
评论 #22918788 未加载