SpiderOak / Encryptr

Encryptr is a zero-knowledge cloud-based password manager / e-wallet powered by Crypton
GNU General Public License v3.0
1.57k stars 137 forks source link

Add server software for self-hosting. #156

Closed Vaaaaar closed 9 years ago

Vaaaaar commented 9 years ago

You don't even need to hand over any personal data to register. Not your name, and not your email address. The app only requires a username and a passphrase.

What happen if someone use your username and passphrase?

That's one of the reason I don't trust cloud.

Please add "server" software for self-hosting. I prefer host it on my server by myself.

devgeeks commented 9 years ago

The server software is Crypton: https://crypton.io

It's already possible to self-host.

Change this line: https://github.com/devgeeks/Encryptr/blob/master/src/app.js#L33 to point to your Crypton server.

lgommans commented 7 years ago

Is this still true, can this be hosted with https://github.com/devgeeks/crypton/tree/master/server (which hasn't been updated since 2014)?

devgeeks commented 7 years ago

The correct location for Crypton is https://github.com/SpiderOak/crypton which has been updated more recently.

It's still currently possible to host your own Crypton server, though you'd also need to compile client apps as well as the server address is hard coded in the apps.

lgommans commented 7 years ago

A configuration field would be nicer, but I kind of expected recompilation would be needed. Thanks for the reply!

paulequilibrio commented 4 years ago

Is this still true? Where is Crypton now?