Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bcrypt Tool

A private bcrypt hash generator and password verifier that runs entirely in the browser.

Features

  • Generate bcrypt hashes with a configurable cost factor.
  • Verify a password against an existing bcrypt hash.
  • Prevent silent truncation beyond bcrypt's 72-byte password limit.
  • Show or hide password inputs.
  • Copy generated hashes with one click.
  • Work on desktop and mobile screens.

Privacy

Hashing and verification happen locally in the browser. Passwords and hashes are not uploaded or stored.

Development

npm install
npm run dev

Run the tests and production build with:

npm test
npm run build

Technology

Vue 3, Vite, bcrypt.js, Lucide icons, Vercel Analytics, and Speed Insights.

About

Private browser-based bcrypt hash generator and verifier.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages