mirror of
https://github.com/danog/fast-srp.git
synced 2024-11-26 20:04:49 +01:00
lib | ||
test | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md | ||
SRP Design.md |
fast-srp
Is a pure NodeJS implementation of the SRP6a protocol.
It's a derived work of Jed Parson's node-srp and Tom Wu's jsbn.
node-srp uses bignum to handle the big numbers, but I've got many problems with that library mainly compiling it in Windows 7. Finally I've ported the node-srp to use jsbn.