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
.
JsCommunity
/
hashy
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
8
Code
Issues
4
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 21, 2026
refactor: modernize index.js and cli.js for Node >=16.17
Show description for 9f5807b
julien-f
committed
9f5807b
View commit details
Copy full SHA for 9f5807b
Browse repository at this point
fix: reject bcrypt passwords over 72 bytes instead of silently truncating
Show description for d3227b7
julien-f
committed
d3227b7
View commit details
Copy full SHA for d3227b7
Browse repository at this point
0.13.0
julien-f
committed
35a1ca7
View commit details
Copy full SHA for 35a1ca7
Browse repository at this point
fix(test): stop using node:test's done() callback for async tests
Show description for e48443a
julien-f
and
claude
committed
e48443a
View commit details
Copy full SHA for e48443a
Browse repository at this point
docs(README): fix stale content, dead links, and document the CLI
Show description for cf980a6
julien-f
and
claude
committed
cf980a6
View commit details
Copy full SHA for cf980a6
Browse repository at this point
fix(cli): drop exec-promise, fix yargs exit and duplicate-output bugs
Show description for 444a3ab
julien-f
and
claude
committed
444a3ab
View commit details
Copy full SHA for 444a3ab
Browse repository at this point
fix: inline promise-toolbox and fix argon2 needsRehash() ignoring custom options
Show description for ce29102
julien-f
and
claude
committed
ce29102
View commit details
Copy full SHA for ce29102
Browse repository at this point
chore(deps): update argon2, bcryptjs and yargs; drop exec-promise and promise-toolbox
Show description for fd49592
julien-f
and
claude
committed
fd49592
View commit details
Copy full SHA for fd49592
Browse repository at this point
ci: add GitHub Actions workflow
Show description for 43b6ae4
julien-f
and
claude
committed
43b6ae4
View commit details
Copy full SHA for 43b6ae4
Browse repository at this point
Commits on Jan 23, 2025
chore(README): remove Node 7.6 mention
Show description for 7267001
julien-f
committed
7267001
View commit details
Copy full SHA for 7267001
Browse repository at this point
fix(README): correctly format examples
julien-f
committed
429aa03
View commit details
Copy full SHA for 429aa03
Browse repository at this point
fix(README): argon2 is the default algo
Show description for eafa977
julien-f
committed
eafa977
View commit details
Copy full SHA for eafa977
Browse repository at this point
Commits on Jan 15, 2025
0.12.0
julien-f
committed
71bbc12
View commit details
Copy full SHA for 71bbc12
Browse repository at this point
feat: update to argon2@0.41.1
Show description for 187bae7
julien-f
committed
187bae7
View commit details
Copy full SHA for 187bae7
Browse repository at this point
chore: migrate from tap to node:test
julien-f
committed
6739388
View commit details
Copy full SHA for 6739388
Browse repository at this point
chore: update husky, lint-staged & prettier
julien-f
committed
070c789
View commit details
Copy full SHA for 070c789
Browse repository at this point
chore: update ESLint
julien-f
committed
e40731c
View commit details
Copy full SHA for e40731c
Browse repository at this point
chore: remove unused Travis config
julien-f
committed
4e0e1ab
View commit details
Copy full SHA for 4e0e1ab
Browse repository at this point
chore: update dev deps
julien-f
committed
7b7f172
View commit details
Copy full SHA for 7b7f172
Browse repository at this point
Commits on Jul 6, 2022
0.11.1
julien-f
committed
34a74d4
View commit details
Copy full SHA for 34a74d4
Browse repository at this point
fix: argon2id support
Show description for a9eec4c
julien-f
committed
a9eec4c
View commit details
Copy full SHA for a9eec4c
Browse repository at this point
test: default hash can be verified
julien-f
committed
d67053c
View commit details
Copy full SHA for d67053c
Browse repository at this point
chore: update dev deps
julien-f
committed
4cb5269
View commit details
Copy full SHA for 4cb5269
Browse repository at this point
Commits on Mar 2, 2022
0.11.0
julien-f
committed
6018b8b
View commit details
Copy full SHA for 6018b8b
Browse repository at this point
chore: update to argon2@0.28
Show description for 8594dae
julien-f
committed
8594dae
View commit details
Copy full SHA for 8594dae
Browse repository at this point
chore(tests): use tap instead of Jest
Show description for 111d269
julien-f
committed
111d269
View commit details
Copy full SHA for 111d269
Browse repository at this point
Commits on Mar 1, 2022
chore: update dev deps
julien-f
committed
cae9a58
View commit details
Copy full SHA for cae9a58
Browse repository at this point
Commits on Dec 11, 2020
0.10.0
julien-f
committed
d309e39
View commit details
Copy full SHA for d309e39
Browse repository at this point
feat: makes argon2 non optional
julien-f
committed
0b5bf93
View commit details
Copy full SHA for 0b5bf93
Browse repository at this point
Commits on Dec 7, 2020
0.9.0
julien-f
committed
a2123e2
View commit details
Copy full SHA for a2123e2
Browse repository at this point
feat(package): update deps
Show description for 88656df
julien-f
committed
88656df
View commit details
Copy full SHA for 88656df
Browse repository at this point
Commits on Jan 2, 2020
feat(README): license badge
julien-f
committed
7293bda
View commit details
Copy full SHA for 7293bda
Browse repository at this point
0.8.0
julien-f
committed
bcc7734
View commit details
Copy full SHA for bcc7734
Browse repository at this point
chore(package): update dependencies
julien-f
committed
b8c10f5
View commit details
Copy full SHA for b8c10f5
Browse repository at this point
feat(package): require Node 8.10
julien-f
committed
e561af1
View commit details
Copy full SHA for e561af1
Browse repository at this point
Previous
Next
You can’t perform that action at this time.