René's URL Explorer Experiment


Title: Replace bcrypt with bcryptjs for cross-platform compatibility by melvincarvalho · Pull Request #91 · JavaScriptSolidServer/JavaScriptSolidServer · GitHub

Open Graph Title: Replace bcrypt with bcryptjs for cross-platform compatibility by melvincarvalho · Pull Request #91 · JavaScriptSolidServer/JavaScriptSolidServer

X Title: Replace bcrypt with bcryptjs for cross-platform compatibility by melvincarvalho · Pull Request #91 · JavaScriptSolidServer/JavaScriptSolidServer

Description: Summary Replaces the native bcrypt module with pure JavaScript bcryptjs to fix installation failures on Android/Termux, Windows, and other platforms. Problem The native bcrypt module requires C++ compilation via node-gyp, which fails on several platforms: ✅ Android/Termux: gyp: Undefined variable android_ndk_path ✅ Windows: Common node-gyp compilation errors ✅ ARM devices: Various build issues ✅ Restricted environments: No build tools available These failures completely block installation of JavaScriptSolidServer and wrappers like jspod/fastpod. Changes package.json: Removed bcrypt dependency (kept bcryptjs) src/idp/accounts.js: Changed from try/catch fallback to using bcryptjs directly README.md: Updated references from bcrypt to bcryptjs Performance Impact Password hashing performance difference: bcrypt (C++): ~100ms per hash bcryptjs (JS): ~130ms per hash Difference: 30ms This happens only during: User registration (once per user) User login (once per session) The 30ms difference is completely negligible compared to other operations like file I/O and HTTP requests. Security Both libraries implement the same bcrypt algorithm with identical security properties: ✅ Same salt generation ✅ Same configurable work factor (SALT_ROUNDS = 10) ✅ Same resistance to timing attacks ✅ Industry-standard bcrypt algorithm The only difference is the implementation language (C++ vs JavaScript). Testing ✅ Tested on Linux (existing functionality preserved) ✅ Expected to fix Android/Termux installation (tested manually) ✅ Expected to fix Windows installation issues ✅ All existing tests should pass (bcryptjs uses same hash format) Benefits 📱 Enables running Solid pods on Android/Termux 💻 Fixes Windows installation issues 🌍 Better cross-platform support ⚡ Faster npm install (no compilation step) 🔒 Same security guarantees Closes Closes #90 Real-World Impact This change enables the "just works" philosophy for fastpod/jspod: # Will now work on Android/Termux npx fastpod # Will work on Windows without build tools npx jspod Users can run their own Solid pod on mobile devices and any platform where Node.js runs.

Open Graph Description: Summary Replaces the native bcrypt module with pure JavaScript bcryptjs to fix installation failures on Android/Termux, Windows, and other platforms. Problem The native bcrypt module requires C++ c...

X Description: Summary Replaces the native bcrypt module with pure JavaScript bcryptjs to fix installation failures on Android/Termux, Windows, and other platforms. Problem The native bcrypt module requires C++ c...

Opengraph URL: https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:a73178a9-1f31-c2ba-73c3-ca2c71484788
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idCB74:5491D:230776B:2ECBB6F:697C4942
html-safe-nonce3ad27ca3ad2e4852cd6d77567d6fc0d18508c4c98a7c52bc5ee6e4ecda7e8951
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQjc0OjU0OTFEOjIzMDc3NkI6MkVDQkI2Rjo2OTdDNDk0MiIsInZpc2l0b3JfaWQiOiI3NzMyODc0NDE5NjA4NzY2Nzg3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacf503ca92c0ca354b776e6b33fd77f0ad7d5d6f54f453650f9e4920a4c7c29f24
hovercard-subject-tagpull_request:3181041060
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files
twitter:imagehttps://avatars.githubusercontent.com/u/65864?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/65864?s=400&v=4
og:image:altSummary Replaces the native bcrypt module with pure JavaScript bcryptjs to fix installation failures on Android/Termux, Windows, and other platforms. Problem The native bcrypt module requires C++ c...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneda4f0ee56809799586f8ee546b27f94fe9b5893edfbf87732e82be45be013b52
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/JavaScriptSolidServer/JavaScriptSolidServer git https://github.com/JavaScriptSolidServer/JavaScriptSolidServer.git
octolytics-dimension-user_id205442424
octolytics-dimension-user_loginJavaScriptSolidServer
octolytics-dimension-repository_id958025407
octolytics-dimension-repository_nwoJavaScriptSolidServer/JavaScriptSolidServer
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id958025407
octolytics-dimension-repository_network_root_nwoJavaScriptSolidServer/JavaScriptSolidServer
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release787d8d274e314f52ce6d846c7581f9476d8dc736
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJavaScriptSolidServer%2FJavaScriptSolidServer%2Fpull%2F91%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJavaScriptSolidServer%2FJavaScriptSolidServer%2Fpull%2F91%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=JavaScriptSolidServer%2FJavaScriptSolidServer
Reloadhttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files
Reloadhttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files
Reloadhttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files
JavaScriptSolidServer https://github.com/JavaScriptSolidServer
JavaScriptSolidServerhttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer
Notifications https://github.com/login?return_to=%2FJavaScriptSolidServer%2FJavaScriptSolidServer
Fork 4 https://github.com/login?return_to=%2FJavaScriptSolidServer%2FJavaScriptSolidServer
Star 4 https://github.com/login?return_to=%2FJavaScriptSolidServer%2FJavaScriptSolidServer
Code https://github.com/JavaScriptSolidServer/JavaScriptSolidServer
Issues 70 https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues
Pull requests 6 https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pulls
Actions https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/actions
Projects 0 https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/projects
Security 0 https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/security
Insights https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pulse
Code https://github.com/JavaScriptSolidServer/JavaScriptSolidServer
Issues https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues
Pull requests https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pulls
Actions https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/actions
Projects https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/projects
Security https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/security
Insights https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FJavaScriptSolidServer%2FJavaScriptSolidServer%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FJavaScriptSolidServer%2FJavaScriptSolidServer%2Fissues%2Fnew%2Fchoose
melvincarvalhohttps://github.com/melvincarvalho
gh-pageshttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/tree/gh-pages
fix/use-bcryptjs-onlyhttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/tree/fix/use-bcryptjs-only
Conversation 1 https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91
Commits 1 https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/commits
Checks 0 https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/checks
Files changed https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files
Please reload this pagehttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files
Replace bcrypt with bcryptjs for cross-platform compatibility https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files#top
Show all changes 1 commit https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files
beaef1c fix: replace bcrypt with bcryptjs for cross-platform compatibility melvincarvalho Jan 16, 2026 https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/commits/beaef1c7e5bcdd13bf1575ac4e94dfd0c840849b
Clear filters https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files
Please reload this pagehttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files
Please reload this pagehttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files
README.md https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
package.json https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
accounts.js https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files#diff-779f55f43d6aa555902c0fc2c5518fab6fe8fcc396b4d1a86ec33732c1c987c7
README.mdhttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
View file https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/blob/beaef1c7e5bcdd13bf1575ac4e94dfd0c840849b/README.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/{{ revealButtonHref }}
https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
package.jsonhttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/blob/beaef1c7e5bcdd13bf1575ac4e94dfd0c840849b/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/{{ revealButtonHref }}
https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
src/idp/accounts.jshttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files#diff-779f55f43d6aa555902c0fc2c5518fab6fe8fcc396b4d1a86ec33732c1c987c7
View file https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/blob/beaef1c7e5bcdd13bf1575ac4e94dfd0c840849b/src/idp/accounts.js
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/{{ revealButtonHref }}
https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files#diff-779f55f43d6aa555902c0fc2c5518fab6fe8fcc396b4d1a86ec33732c1c987c7
https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files#diff-779f55f43d6aa555902c0fc2c5518fab6fe8fcc396b4d1a86ec33732c1c987c7
Please reload this pagehttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.