LinusU / secure-remote-password

A modern SRP implementation for Node.js and Web Browsers
101 stars 22 forks source link

issue1 #25

Closed Lukadak closed 4 years ago

Lukadak commented 4 years ago

I guess when the client sends the first request to the server, it can provide some token back to the client which identifies the user. If this has to be anonymous, the token would seemingly have to be something randomly generated (e.g. not a database user ID). This is kind of redundant with the salt, though, which in principle you could just require each account to have a unique salt and use the salt to find the user in a subsequent request.

LinusU commented 4 years ago

Would you mind elaborating a bit, I'm not sure if there is a question here? 😅

Lukadak commented 4 years ago

I just need more study so thats is what it is. Do you know some cool riggs script now that your already here?

LinusU commented 4 years ago

Not sure I understand what you mean with "cool riggs script", would you mind clarifying?

Lukadak commented 4 years ago

Mostly learning Maya so i need some cool riggs for the program do you know some names for free riggs, i need the best one, would you mind asking your friends please?

Second thing i need is how to get this remote password like a downloadable application, is that possible? I want to change my passwords with one application or somehow, i dont know what's even possible and how to do it?

LinusU commented 4 years ago

Second thing i need is how to get this remote password like a downloadable application, is that possible? I want to change my passwords with one application or somehow, i dont know what's even possible and how to do it?

This repository is an implementation of the "Secure Remote Passwords" protocol, it can only be used with websites or apis that already implements it. It seems like you maybe are looking for something else?