syndicate-storage / syndicate

Internet-scale software-defined storage system
Apache License 2.0
56 stars 10 forks source link

Investigate SRP as an alternative to syntool client-side authentication #64

Closed jcnelson closed 10 years ago

jcnelson commented 10 years ago

Link: https://github.com/cocagne/pysrp

Ideally, you could administrate your MS from anywhere, without needing your private key. This would be ideal for systems like SyndicateMail, where the whole point is where you don't need to do key management.

jcnelson commented 10 years ago

Went with using OpenID authentication instead, as well as encrypting private keys and hosting them on the MS until needed.