awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesCross-Runtime Cryptography

Cryptographic libraries designed to run identically across different JavaScript environments such as browsers and servers.

Distinct from Client-Side Cryptography: Distinct from Client-Side Cryptography: focuses on the consistency of logic across different JS runtimes rather than specifically the client-side context.

Explore 1 awesome GitHub repository matching security & cryptography · Cross-Runtime Cryptography. Refine with filters or upvote what's useful.

Awesome Cross-Runtime Cryptography GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • dcodeio/bcrypt.jsAvatar de dcodeIO

    dcodeIO/bcrypt.js

    3,797Ver en GitHub↗

    bcrypt.js is a portable JavaScript implementation of the bcrypt algorithm used for securely hashing and verifying user passwords. It functions as a credential security utility that protects stored passwords against brute-force attacks through the use of salts and configurable work factors. The library is designed as a pure JavaScript cryptographic module, allowing it to run in any JavaScript environment, including both server-side Node.js and client-side web browsers, without requiring native system binaries or C++ bindings. It is a zero-dependency standalone module to minimize security risks

    Ensures identical password hashing and verification behavior across both server-side Node.js and client-side browser environments.

    JavaScript
    Ver en GitHub↗3,797
  1. Home
  2. Security & Cryptography
  3. Cross-Runtime Cryptography