FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
fix: use sufficient computational effort for password hash by jsjoeio · Pull Request #3422 · coder/code-server · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
coder
/
code-server
Public
Notifications
You must be signed in to change notification settings
Fork
6.8k
Star
79.1k
Code
Issues
143
Pull requests
7
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
fix: use sufficient computational effort for password hash
- #3422
#3422
Merged
jsjoeio
merged 27 commits into
main
coder/code-server:main
from
jsjoeio/fix-password-hash
coder/code-server:jsjoeio/fix-password-hash
Copy head branch name to clipboard
Jun 9, 2021
Conversation
Commits
27
(27)
Checks
Files changed
Merged
fix: use sufficient computational effort for password hash
#3422
jsjoeio
merged 27 commits into
main
coder/code-server:main
from
jsjoeio/fix-password-hash
coder/code-server:jsjoeio/fix-password-hash
Copy head branch name to clipboard
Commits
Commits on Jun 8, 2021
chore: update CHANGELOG
jsjoeio
committed
dd2cb16
View commit details
Copy full SHA for dd2cb16
Browse repository at this point
refactor: use bcrypt in hash function
jsjoeio
committed
cac6673
View commit details
Copy full SHA for cac6673
Browse repository at this point
refactor: use bcrypt in e2e setup
jsjoeio
committed
17be8c5
View commit details
Copy full SHA for 17be8c5
Browse repository at this point
feat: add unit test for hash function
jsjoeio
committed
f35120c
View commit details
Copy full SHA for f35120c
Browse repository at this point
refactor: add functions to check hash password
jsjoeio
committed
aaf0447
View commit details
Copy full SHA for aaf0447
Browse repository at this point
feat: add tests using real hashes
jsjoeio
committed
fc3326f
View commit details
Copy full SHA for fc3326f
Browse repository at this point
chore: add argon2 package
jsjoeio
committed
dc2db5c
View commit details
Copy full SHA for dc2db5c
Browse repository at this point
chore: update to argon2 in test
jsjoeio
committed
51f8341
View commit details
Copy full SHA for 51f8341
Browse repository at this point
refactor: use argon2 instead of bcrypt
Show description for 70197bb
jsjoeio
committed
70197bb
View commit details
Copy full SHA for 70197bb
Browse repository at this point
refactor: update unit tests for hash fns
Show description for fd3cb6c
jsjoeio
committed
fd3cb6c
View commit details
Copy full SHA for fd3cb6c
Browse repository at this point
refactor: update login logic with new async hashing
Show description for fcc3f0d
jsjoeio
committed
fcc3f0d
View commit details
Copy full SHA for fcc3f0d
Browse repository at this point
refactor: make authenticated async everywhere
Show description for 0cdbd33
jsjoeio
committed
0cdbd33
View commit details
Copy full SHA for 0cdbd33
Browse repository at this point
refactor: make ensureAuthenticated async
jsjoeio
committed
91303d4
View commit details
Copy full SHA for 91303d4
Browse repository at this point
refactor: make wsProxy async
jsjoeio
committed
1134780
View commit details
Copy full SHA for 1134780
Browse repository at this point
refactor: update hash fn in test config
jsjoeio
committed
788b958
View commit details
Copy full SHA for 788b958
Browse repository at this point
feat: update cli and test for hashed-password
jsjoeio
committed
ffa5c16
View commit details
Copy full SHA for ffa5c16
Browse repository at this point
feat: add getPasswordMethod & test for it
jsjoeio
committed
7ff4117
View commit details
Copy full SHA for 7ff4117
Browse repository at this point
feat: add handlePasswordValidation + tests
jsjoeio
committed
a14ea39
View commit details
Copy full SHA for a14ea39
Browse repository at this point
refactor: rewrite password logic at /login
jsjoeio
committed
409b473
View commit details
Copy full SHA for 409b473
Browse repository at this point
feat: add isCookieValid function and tests
jsjoeio
committed
6020480
View commit details
Copy full SHA for 6020480
Browse repository at this point
refactor: password logic in http w/ isCookieValid
jsjoeio
committed
923761c
View commit details
Copy full SHA for 923761c
Browse repository at this point
docs: update FAQ with new hashing instructions
jsjoeio
committed
517aaf7
View commit details
Copy full SHA for 517aaf7
Browse repository at this point
feat: add splitOnFirstEquals function
jsjoeio
committed
531b7c0
View commit details
Copy full SHA for 531b7c0
Browse repository at this point
refactor: parse options with multiple = in cli
Show description for 8c2bb61
jsjoeio
committed
8c2bb61
View commit details
Copy full SHA for 8c2bb61
Browse repository at this point
feat: add npm_config_build_from_source to build scripts
Show description for deaa224
jsjoeio
committed
deaa224
View commit details
Copy full SHA for deaa224
Browse repository at this point
fix: sanitize password and cookie key
jsjoeio
committed
3b50bfc
View commit details
Copy full SHA for 3b50bfc
Browse repository at this point
feat: check for empty str in isHashMatch
jsjoeio
committed
1e55a64
View commit details
Copy full SHA for 1e55a64
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL