Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mozilla/node-srp

Secure Remote Password (SRP)
https://github.com/mozilla/node-srp

typo in params.js

KaminskyIlya opened this issue almost 3 years ago
TypeScript refactoring

antoine-pous opened this pull request over 4 years ago
Add Mozilla Code of Conduct

Mozilla-GitHub-Standards opened this pull request almost 6 years ago
CODE_OF_CONDUCT.md file missing

Mozilla-GitHub-Standards opened this issue almost 6 years ago
Wiki changes

moz-hwine opened this issue almost 6 years ago
Is this implementation outdated?

afshawnlotfi opened this issue over 6 years ago
Is this abandonware?

joshuaadickerson opened this issue over 7 years ago
fixed bignum version

ghost opened this pull request almost 8 years ago
Bignum error

ghost opened this issue almost 8 years ago
Remove Dependency on NodeJS

gschier opened this pull request over 8 years ago
update version of bignum in dependencies

tcsuder opened this pull request over 8 years ago
version bump

zetxx opened this pull request almost 9 years ago
Update bignum dependency

bjpbakker opened this pull request about 9 years ago
New NPM release of node-srp needed

grempe opened this issue about 9 years ago
Update bignum for node 4.0 compatibility

volschin opened this issue over 9 years ago
Update bignum dependency to 0.9.2

heyvito opened this pull request over 9 years ago
Support scrypt into SRP6a in order to avoid weak password storage

fpietrosanti opened this issue almost 10 years ago
6144 bit parameter change requested by issue #26

pyramids opened this pull request over 10 years ago
Parameters for "6244" should actually be "6144"

alax opened this issue over 10 years ago
Compute M2 for server authenticity check

chiiph opened this pull request almost 11 years ago
Update bignum dependency.

AlexMax opened this pull request almost 11 years ago
implemented constant time Buffer equality check

dannycoates opened this pull request about 11 years ago
new API: methods on Client and Server objects, instead of raw functions

warner opened this pull request over 11 years ago
make API accept/return fixed length buffers

warner opened this pull request over 11 years ago
change API to accept "parameter set" instead of discrete N/g/hash-alg values

warner opened this pull request over 11 years ago
add 'getM' (and update test vectors in the process)

warner opened this pull request over 11 years ago
make public interface take Buffers, not numbers

warner opened this pull request over 11 years ago
Switch from bigint to bignum.

warner opened this pull request over 11 years ago
remove server code

warner opened this pull request over 11 years ago
add a 'getM' function

warner opened this issue over 11 years ago
use 'bignum' instead of 'bigint' to make dependency builds easier

warner opened this issue over 11 years ago
Check for A==0 / B==0.

warner opened this pull request over 11 years ago
all APIs should use fixed-length Buffers

warner opened this issue over 11 years ago
Check A and B against zero

warner opened this pull request over 11 years ago
fixed getK bug

dannycoates opened this pull request over 11 years ago
removed 'Put' dependency

dannycoates opened this pull request over 11 years ago
Safeguard checks for user (client lib)

jedp opened this issue over 11 years ago
wtf /confirm response is 11MB

jedp opened this issue over 11 years ago
Functions should take buffers, not strings

jedp opened this issue over 11 years ago
Implement safeguard checks

jedp opened this issue over 11 years ago
Define k according to SRP6a

jedp opened this issue over 11 years ago
salt should be a string

warner opened this issue over 12 years ago