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.

SpiderOak Encryptr – Zero-Knowledge Password Syncing

71 pointsby njaremkoabout 9 years ago

8 comments

d_theoristabout 9 years ago
<p><pre><code> Requirements: Node and npm - http:&#x2F;&#x2F;nodejs.org&#x2F; Node package manager for the Cordova CLI and Grunt Cordova CLI - https:&#x2F;&#x2F;github.com&#x2F;apache&#x2F;cordova-cli&#x2F; Cordova &#x2F; PhoneGap command line interface npm install -g cordova Grunt - http:&#x2F;&#x2F;gruntjs.com&#x2F; Build tool for minimising, running and tests npm install -g grunt-cli PhantomJS - http:&#x2F;&#x2F;phantomjs.org&#x2F; Headless webkit for running tests Cordova-icon and Cordova-splash - https:&#x2F;&#x2F;github.com&#x2F;AlexDisler&#x2F;cordova-icon&#x2F; and https:&#x2F;&#x2F;github.com&#x2F;AlexDisler&#x2F;cordova-splash&#x2F; npm install -g cordova-icon and npm install cordova-splash </code></pre> Nope. Nope nope nope.
评论 #11574156 未加载
评论 #11573792 未加载
y7about 9 years ago
I was slightly puzzled what they meant by &quot;zero-knowledge encryption&quot;, but after looking around a bit it looks to be more of a buzzword than really related to zero-knowledge proofs (besides them using SRP for password validation). As far as I know, all password managers like Lastpass, 1Password, etc. use client-side encryption of data. Does this do anything new?
评论 #11573399 未加载
评论 #11575274 未加载
评论 #11573438 未加载
评论 #11574291 未加载
评论 #11573945 未加载
SloopJonabout 9 years ago
I&#x27;m a little confused by this. The project page makes it sound like someone&#x27;s weekend project, complete with a donation link, but in fact it seems to be the client for one of SpiderOak&#x27;s products.<p>In any case, I&#x27;m having fun reading about some of the projects used to build this, including Crypton. Will this work with any Crypton server, or is it somehow tied to SpiderOak?<p>Edit: &quot;I am happy to announce that SpiderOak has acquired Encryptr&quot; (blogs.devgeeks.org).
评论 #11575410 未加载
aorthabout 9 years ago
I prefer pass, which uses GPG and regular bash scripts to store passwords. You can sync the directory of encrypted passwords via git too. No fancy stuff.<p><a href="https:&#x2F;&#x2F;www.passwordstore.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.passwordstore.org&#x2F;</a>
评论 #11575861 未加载
JshWrightabout 9 years ago
<p><pre><code> Latest commit 5fdc936 on Dec 18, 2015 </code></pre> Is this still an active project? 4 months is a long time to pass without a commit published.
评论 #11572861 未加载
评论 #11574213 未加载
abhvabout 9 years ago
I am an academic who works on zero-knowledge proofs; as far as I can tell, this system has <i>nothing</i> to do with the Turing-award winning concept of &quot;zero-knowledge.&quot; Based on the information on the website, my opinion is that the author is gratuitously appropriating the term &quot;zero-knowledge&quot; here.
rkeene2about 9 years ago
WebPass ( <a href="https:&#x2F;&#x2F;webpass.rkeene.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;webpass.rkeene.org&#x2F;</a> ) is similar -- its syncing is done by encrypting the list of sites (note that passwords are never stored or encrypted) and sending that from one client to another (no server ever stores the encrypteed list of sites).<p>It&#x27;s also an iOS&#x2F;Chrome webapp so it will act like a native app in some ways.<p>It&#x27;s also a single JavaScript file which isn&#x27;t too heavy. The sync&#x27;ing is done by a simple process that reads what another client writes implemented as a CGI talking over a FIFO.
ikeboyabout 9 years ago
Previously: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9976158" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9976158</a>