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/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:76be663a-604e-91c2-bad4-164b3eecda73
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idCBDC:4ED09:2369650:2F351B5:697C4946
html-safe-nonced54b8d2df2ecd27b21cbaef4682f4a66d8722f6ff8bc378b58d182d2c1b0fc41
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQkRDOjRFRDA5OjIzNjk2NTA6MkYzNTFCNTo2OTdDNDk0NiIsInZpc2l0b3JfaWQiOiIyODQ2ODc3MzM5NzI2MTM3NjcwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac16b807cf9f25f9bc979ccad387cf7572d264f8a73bd5d2ab5e63e9ccad902330
hovercard-subject-tagpull_request:3181041060
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/checks
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
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 full-width-p-0
disable-turbofalse
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/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJavaScriptSolidServer%2FJavaScriptSolidServer%2Fpull%2F91%2Fchecks
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%2Fchecks
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%2Fchecks&source=header-repo&source_repo=JavaScriptSolidServer%2FJavaScriptSolidServer
Reloadhttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/checks
Reloadhttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/checks
Reloadhttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/checks
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/checks
Please reload this pagehttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/checks
Replace bcrypt with bcryptjs for cross-platform compatibility https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/checks#top
Please reload this pagehttps://github.com/JavaScriptSolidServer/JavaScriptSolidServer/pull/91/checks
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.