awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
joyent avatar

joyent/node-bcrypt-pbkdf

0
View on GitHub↗
7 Stars·6 Forks·JavaScript·1 Aufruf

Node Bcrypt Pbkdf

Port of the OpenBSD bcryptpbkdf function to pure Javascript. npm-ified version of [Devi Mandiri's port] (https://github.com/devi/tmp/blob/master/js/bcryptpbkdf.js), with some minor performance improvements. The code is copied verbatim (and un-styled) from Devi's work.

Features

  • Cryptography and Security - OpenBSD bcrypt_pbkdf implementation.

Star-Verlauf

Star-Verlauf für joyent/node-bcrypt-pbkdfStar-Verlauf für joyent/node-bcrypt-pbkdf

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Node Bcrypt Pbkdf

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Node Bcrypt Pbkdf.
  • anoskov/rsa-exAvatar von anoskov

    anoskov/rsa-ex

    38Auf GitHub ansehen↗

    Library for working with RSA keys using Elixir and OpenSSL ports

    Elixir
    Auf GitHub ansehen↗38
  • bevacqua/hash-sumAvatar von bevacqua

    bevacqua/hash-sum

    312Auf GitHub ansehen↗

    `shell npm i hash-sum -S `

    JavaScript
    Auf GitHub ansehen↗312
  • bitwiseshiftleft/sjclAvatar von bitwiseshiftleft

    bitwiseshiftleft/sjcl

    7,208Auf GitHub ansehen↗

    sjcl is a JavaScript cryptography library providing a collection of primitives for encryption, hashing, and encoding within a web browser. It functions as an AES symmetric encryption tool, a cryptographic hashing library, and a Base32 data encoder. The project provides implementations for the Advanced Encryption Standard to secure data through symmetric key encryption and decryption. It also enables the generation of fixed-length data fingerprints to verify information integrity and authenticity. The library covers a broader range of security capabilities, including client-side data hashing,

    JavaScript
    Auf GitHub ansehen↗7,208
  • alexgorbatchev/crcAvatar von alexgorbatchev

    alexgorbatchev/crc

    369Auf GitHub ansehen↗

    Functions for calculating Cyclic Redundancy Checks (CRC) values for the Node.js and front-end.

    Python
    Auf GitHub ansehen↗369
Alle 30 Alternativen zu Node Bcrypt Pbkdf anzeigen→

Häufig gestellte Fragen

Was macht joyent/node-bcrypt-pbkdf?

Port of the OpenBSD bcryptpbkdf function to pure Javascript. npm-ified version of [Devi Mandiri's port] (https://github.com/devi/tmp/blob/master/js/bcryptpbkdf.js), with some minor performance improvements. The code is copied verbatim (and un-styled) from Devi's work.

Was sind die Hauptfunktionen von joyent/node-bcrypt-pbkdf?

Die Hauptfunktionen von joyent/node-bcrypt-pbkdf sind: Cryptography and Security.

Welche Open-Source-Alternativen gibt es zu joyent/node-bcrypt-pbkdf?

Open-Source-Alternativen zu joyent/node-bcrypt-pbkdf sind unter anderem: anoskov/rsa-ex — Library for working with RSA keys using Elixir and OpenSSL ports. bevacqua/hash-sum — ``shell npm i hash-sum -S ``. bitwiseshiftleft/sjcl — sjcl is a JavaScript cryptography library providing a collection of primitives for encryption, hashing, and encoding… brix/crypto-js — crypto-js is a JavaScript cryptography library providing a collection of standard cryptographic algorithms and data… crypto-browserify/pbkdf2 — This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned… alexgorbatchev/crc — Functions for calculating Cyclic Redundancy Checks (CRC) values for the Node.js and front-end.