Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
mozilla
/
node-srp
Public
Notifications
You must be signed in to change notification settings
Fork
64
Star
307
Code
Issues
7
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 1, 2015
Merge pull request #29 from victorgama/update-bignum
Show description for dd55cab
dannycoates
committed
dd55cab
View commit details
Copy full SHA for dd55cab
Browse repository at this point
Commits on Apr 20, 2015
Update bignum dependency to 0.9.2
heyvito
committed
682083c
View commit details
Copy full SHA for 682083c
Browse repository at this point
Commits on Jul 31, 2014
Merge pull-request 23 (constant-time compare)
warner
committed
1398e7c
View commit details
Copy full SHA for 1398e7c
Browse repository at this point
Merge pull request #24 from AlexMax/master
Show description for ad29a87
Brian Warner
committed
ad29a87
View commit details
Copy full SHA for ad29a87
Browse repository at this point
Merge PR 25: compute/check M2
warner
committed
dc9d0fb
View commit details
Copy full SHA for dc9d0fb
Browse repository at this point
minor cleanups
warner
committed
0076e4f
View commit details
Copy full SHA for 0076e4f
Browse repository at this point
Commits on Mar 12, 2014
Compute M2 for server authenticity check
Tomás Touceda
committed
05315c4
View commit details
Copy full SHA for 05315c4
Browse repository at this point
Commits on Jan 26, 2014
Update bignum dependency.
Show description for c613531
leximayfield
committed
c613531
View commit details
Copy full SHA for c613531
Browse repository at this point
Commits on Oct 31, 2013
fixed typo in README
dannycoates
committed
adae53f
View commit details
Copy full SHA for adae53f
Browse repository at this point
implemented constant time Buffer equality check
dannycoates
committed
baed640
View commit details
Copy full SHA for baed640
Browse repository at this point
Commits on Sep 11, 2013
release 0.2.0, take over from jedp as author
warner
committed
1adf18e
View commit details
Copy full SHA for 1adf18e
Browse repository at this point
Commits on Sep 10, 2013
Merge pull request #21 from warner/new-api
Show description for 62ea8e8
ckarlof
committed
62ea8e8
View commit details
Copy full SHA for 62ea8e8
Browse repository at this point
Commits on Sep 5, 2013
README.md: improve formatting of API listing, add table-of-contents
warner
committed
e3a2b0b
View commit details
Copy full SHA for e3a2b0b
Browse repository at this point
use a new-agnostic constructor for Client and Server
warner
committed
7bbff13
View commit details
Copy full SHA for 7bbff13
Browse repository at this point
be consistent about _num/_buf type-suffixes for internal variable names
warner
committed
9d64395
View commit details
Copy full SHA for 9d64395
Browse repository at this point
implement @ckarlof's API and README.md suggestions
Show description for 20ce81c
warner
committed
20ce81c
View commit details
Copy full SHA for 20ce81c
Browse repository at this point
Commits on Sep 3, 2013
new API: methods on Client and Server objects, instead of raw functions
Show description for 5c147b6
warner
committed
5c147b6
View commit details
Copy full SHA for 5c147b6
Browse repository at this point
Commits on Aug 30, 2013
Merge pull request #20 from warner/fixed-length-buffers
Show description for 6a55ba6
ckarlof
committed
6a55ba6
View commit details
Copy full SHA for 6a55ba6
Browse repository at this point
srp.js: join a split line, purely cosmetic
warner
committed
e03c897
View commit details
Copy full SHA for e03c897
Browse repository at this point
Commits on Aug 29, 2013
add input buffer-length precondition checks
Show description for 065ccf0
warner
committed
065ccf0
View commit details
Copy full SHA for 065ccf0
Browse repository at this point
pad 'x' to size of the hash, test that u/K/M1 are similarly padded
Show description for d3adc4e
warner
committed
d3adc4e
View commit details
Copy full SHA for d3adc4e
Browse repository at this point
pad appropriate return values (v/A/B/S) to the size of the modulus N
Show description for 7c69b78
warner
committed
7c69b78
View commit details
Copy full SHA for 7c69b78
Browse repository at this point
remove unused 'salt' argument from server_getS()
warner
committed
151267b
View commit details
Copy full SHA for 151267b
Browse repository at this point
srp.js: update docstrings: add 'params' argument, 's' is really 'salt'
warner
committed
a11cadb
View commit details
Copy full SHA for a11cadb
Browse repository at this point
Commits on Aug 28, 2013
Merge pull request #19 from warner/parameter-sets
Show description for 869ed98
ckarlof
committed
869ed98
View commit details
Copy full SHA for 869ed98
Browse repository at this point
srp.js: improve assertIsBignum()
warner
committed
baf9a59
View commit details
Copy full SHA for baf9a59
Browse repository at this point
Commits on Aug 27, 2013
srp.js: convert API to accept parameter sets
warner
committed
30cefdc
View commit details
Copy full SHA for 30cefdc
Browse repository at this point
tests: switch to parameter sets instead of separate N/g/hash-alg arguments
warner
committed
c723e78
View commit details
Copy full SHA for c723e78
Browse repository at this point
params: store as sets of bignums, add 'hash' and 'N_length_bits'
warner
committed
3d7af1e
View commit details
Copy full SHA for 3d7af1e
Browse repository at this point
srp.js: add a bunch of type-checking assertions
warner
committed
d6719cf
View commit details
Copy full SHA for d6719cf
Browse repository at this point
Merge pull request #18 from warner/getM
Show description for 2e58ceb
ckarlof
committed
2e58ceb
View commit details
Copy full SHA for 2e58ceb
Browse repository at this point
Add srp.getM(), the key-confirmation message.
Show description for 70fb895
warner
committed
70fb895
View commit details
Copy full SHA for 70fb895
Browse repository at this point
update PICL test vectors to current version
Show description for 11e1435
warner
committed
11e1435
View commit details
Copy full SHA for 11e1435
Browse repository at this point
further test reorganization: same vectors
Show description for 3da6a4a
warner
committed
3da6a4a
View commit details
Copy full SHA for 3da6a4a
Browse repository at this point
rearrange test_picl_vectors.js: no functional changes
Show description for 2d294bc
warner
committed
2d294bc
View commit details
Copy full SHA for 2d294bc
Browse repository at this point
Previous
Next
You can’t perform that action at this time.