jsrp
jsrp copied to clipboard
JavaScript implementation of the Secure Remote Password protocol
Trying to browserify the release script and getting the following error: ``` Error: Can't walk dependency graph: Cannot find module './_stream_writable' from '/Users/wahal/go/src/github.com/envsecrets/jsrp/scripts/jsrp-browser.js' required by /Users/wahal/go/src/github.com/envsecrets/jsrp/scripts/jsrp-browser.js at /Users/wahal/.nvm/versions/node/v15.14.0/lib/node_modules/browserify/node_modules/resolve/lib/async.js:167:35 at load...
Running `jsrp` in the browser in a Nuxt2 project. Using release package `v0.2.4`. Getting the following error in console of my browser: ``` TypeError: this.ABuf is undefined ``` Running the...
I noticed that in Client.createVerifier() the saltBuf is always set to the salt value provided in the srp.generateSalt() callback. This consequently means that any salt set using setSalt() is not...