30 open-source projects similar to rzcoder/node-rsa, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Node Rsa alternative.
Functions for calculating Cyclic Redundancy Checks (CRC) values for the Node.js and front-end.
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,
crypto-js is a JavaScript cryptography library providing a collection of standard cryptographic algorithms and data transformation tools. It functions as a symmetric encryption toolset, a cryptographic hash implementation, and a password derivation tool for the JavaScript environment. The library enables the protection of sensitive data through symmetric encryption and the production of fixed-size data digests to verify integrity. It includes utilities for converting user passwords into secure cryptographic keys and a data format converter for translating information between Base64, Hex, and
This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()
🔑 NaCl.Core, a cryptography library for .NET
🔑 Paseto.NET, a Paseto (Platform-Agnostic Security Tokens) implementation for .NET
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.
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.
This is a bcrypt password hashing library and cryptography module for Node.js. It provides a toolset for generating secure salts, computing cryptographically strong hashes, and verifying passwords to protect user credentials from unauthorized access. The library implements adaptive hashing, utilizing a configurable cost factor to increase the computational effort required to brute-force passwords. It includes a password verification tool that protects the comparison process from timing attacks. The project covers secure password hashing and salt generation, as well as utilities for hash cost
CAUTION: END OF SUPPORT ON 3 JUN 2026. The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp, CAdES and JSON Web Signature/Token in pure JavaScript.
cryptr is a simple aes-256-gcm encrypt and decrypt module for node.js
CryptoNet is simple, fast and a lightweight asymmetric and symmetric encryption library.
Managed .NET wrapper for unmanaged PKCS#11 libraries
Generate hashes from javascript objects in node and the browser.
Password hashing specification for the Elixir programming language