DFSG NEW Queue

DFSG, Licensing & New Packages Team

node-bcryptjs 3.0.3-1

Package Information

Descriptionpure JavaScript bcrypt with TypeScript support

Optimized bcrypt in JavaScript with zero dependencies, with TypeScript support. Compatible to the C++ bcrypt binding on Node.js and also working in the browser.

While bcrypt.js is compatible to the C++ bcrypt binding, it is written in pure JavaScript and thus slower (about 30%), effectively reducing the number of iterations that can be processed in an equal time span.

The maximum input length is 72 bytes (note that UTF-8 encoded characters use up to 4 bytes) and the length of generated hashes is 60 characters. Note that maximum input length is not implicitly checked by the library for compatibility with the C++ binding on Node.js, but should be checked with bcrypt.truncates(password) where necessary.

The package exports an ECMAScript module with an UMD fallback.

Node.js is an event-based server-side JavaScript engine.

MaintainerDebian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Changed ByJoseph Nahmias <jello@debian.org>
Sponsorjello@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/js-team/node-bcryptjs.git (browse)
Closes#1141264
Blocked Bugs#1140721 (wishlist)
Trackerhttps://tracker.debian.org/pkg/node-bcryptjs
Uploaded3 hours ago

New Package Report

.changes
Distributionunstable
DateMon, 06 Jul 2026 22:36:16 -0400
Sourcenode-bcryptjs
Version3.0.3-1
Changed-ByJoseph Nahmias
Architecturesource all
Changelog
node-bcryptjs (3.0.3-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1141264)
.dsc
Componentmain
Package-Listnode-bcryptjs deb javascript optional arch=all
Sectionjavascript
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: bcryptjs
Upstream-Contact: https://github.com/dcodeIO/bcrypt.js/issues
Source: https://github.com/dcodeIO/bcrypt.js

Files: *
Copyright:
 2012 Nevins Bartolomeo <nevins.bartolomeo@gmail.com>
 2012 Shane Girish <shaneGirish@gmail.com>
 2025 Daniel Wirtz <dcode@dcode.io>
License: BSD-3-Clause

Files: debian/*
Copyright: 2026, Joseph Nahmias <jello@debian.org>
License: BSD-3-Clause

License: BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. Neither the name of the University nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE HOLDERS OR
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Back to Dashboard | View all reviews for this package