Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@argusjs/hash-bcrypt

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@argusjs/hash-bcrypt

bcrypt password hasher.

latest
Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
9
28.57%
Maintainers
1
Weekly downloads
 
Created
Source

@argusjs/hash-bcrypt

bcrypt password hasher.

Part of ArgusJS -- Enterprise-grade, fully pluggable authentication platform.

Install

pnpm add @argusjs/hash-bcrypt

Usage

import { BcryptHasher } from '@argusjs/hash-bcrypt';

const hasher = new BcryptHasher({ rounds: 12 });

Docs

See the main documentation for full API reference and examples.

License

Apache-2.0

FAQs

Package last updated on 24 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts