Hacker News new | ask | show | jobs
by knadh 4085 days ago
Author here. Right now, it's only as secure as https, but I'll look into JS encryption. It's just a fun project that came out of some Go experiments.
1 comments

Still would only be as secure as https if the client is downloading your JS crypto lib every visit.
Would it be safe to keep the crypto lib on the client somehow? Browser addon? local storage? How would we do that?