A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
-
Updated
Aug 14, 2024 - JavaScript
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
🔒 Secure localStorage data with high level of encryption and data compression
🔒Unified API for password hashing algorithms
Webcrypto API wrapper for applications that store encrypted data
Small and simple (yet secure) library to encrypt and decrypt strings using PBKDF2 for key derivation and AES (defaulted to 256-bit / SHA512)
CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns. They are fast, and they have a consistent and simple interface.
Secure password hashing and verification utilities using PBKDF2 and timingSafeEqual.
A wrapper around the built-in crypto module that makes encryption easy in Node.js.
Encryption web page that allows you to encrypt text using advanced algorithms.
PGP, NaCl, and PBKDF2 in node.js and the browser (hashing, random, encryption, decryption, signatures, conversions), used by TogaTech.org
A simple client-side web app for encrypting and decrypting text using AES-GCM-256 algorithm and PBKDF2 for key derivation.
Passwords is a cryptographic library for simple password storage in Node.js
A secure password manager with advanced encryption to store your passwords, notes, and personal data with payment integration for premium service.
Isomorphic wrapper for the PBKDF2-HMAC key derivation function.
Add a description, image, and links to the pbkdf2 topic page so that developers can more easily learn about it.
To associate your repository with the pbkdf2 topic, visit your repo's landing page and select "manage topics."