LinusU / secure-remote-password

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

Opinionated pull request, feel free to reject it, but please consider and see if it would be interesting for you #29

Open asasvirtuais opened 3 years ago

asasvirtuais commented 3 years ago

Hi, I am currently studying authentication methods and I decided to try out SRP, this repo seemed to a good start for me, so I forked it and started to do my stuff.

I moved everything to typescript to the best of my abilities, I moved the source code to src and the transpiled code is generated on /es5 and /es6, I also replaced a padStart dependency with JS padStart

Unfortunely in the end I couldn't get it to work for me, I left a comment describing the error I found on the line where it first shows up

I also abandoned the project to try out the OPAQUE protocol, but anyways. Hope you find some use for this.