Secure Remote Passwords for Go
Insomnia's cloud sync feature makes use of the
Secure Remote Passwords
protocol to help protect the user's credentials during authentication. The folks at
Mozilla maintain a great library called
node-srp
but nothing as good existed for Go. So,
I spent a few hours to port it.