pbkdf2
There are 247 repositories under pbkdf2 topic.
digitalbazaar/forge
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
riverrun/comeonin
Password hashing specification for the Elixir programming language
7thSamurai/steganography
Simple C++ Image Steganography tool to encrypt and hide files insde images using Least-Significant-Bit encoding.
Daninet/hash-wasm
Lightning fast hash functions using hand-tuned WebAssembly binaries
spaze/hashes
Magic hashes – PHP hash "collisions"
softvar/secure-ls
:lock: Secure localStorage data with high level of encryption and data compression
paulmillr/noble-hashes
Audited & minimal JS implementation of hash functions, MACs and KDFs.
simonepri/upash
🔒Unified API for password hashing algorithms
bndw/pick
A secure and easy-to-use CLI password manager for macOS and Linux
Password4j/password4j
Java cryptographic library that supports Argon2, bcrypt, scrypt and PBKDF2 aimed to protect passwords in databases. Easy to use by design, highly customizable, secure and portable. All the implementations follow the standards and have been reviewed to perform better in the JVM.
wbond/oscrypto
Compiler-free Python crypto library backed by the OS, supporting CPython and PyPy
Greenheart/pagecrypt
Password Protected Single Page Applications and HTML files
janlelis/pws
Command-Line Password Safe 🔐︎
PeculiarVentures/webcrypto
A WebCrypto Polyfill for NodeJS
anaskhan96/go-password-encoder
Go package to encode (with random generated salt) and verify passwords
dchest/scrypt-async-js
Fast "async" scrypt implementation in JavaScript
rockaport/alice
Java AES encryption library
AKASHAorg/easy-web-crypto
Webcrypto API wrapper for applications that store encrypted data
henkmollema/CryptoHelper
Standalone password hasher for ASP.NET Core using a PBKDF2 implementation.
amdelamar/jhash
🔑 Password hashing utility in Java
supernomad/quantum
A lightweight, encrypted, WAN oriented, software defined network device.
alexandrevicenzi/unchained
Secure password hashers for Go compatible with Django
benhj/knoxcrypt
An encrypted filesystem
Racum/rust-djangohashers
A Rust port of the password primitives used in Django Project.
aykxt/crypto
🔐 Fast crypto library for Deno written in pure Typescript. AES, Blowfish, CAST5, DES, 3DES, HMAC, HKDF, PBKDF2
leocavalcante/password-dart
A set of high-level APIs over PointyCastle and CryptoUtils to hash and verify passwords securely.
zitadel/passwap
Package passwap provides a unified implementation between different password hashing algorithms. It allows for easy swapping between algorithms, using the same API for all of them.
perry-mitchell/iocane
An odorless, tasteless NodeJS crypto library that dissolves instantly in liquid
ron4fun/SharpHash
SharpHash is a C# hashing library which provides an easy to use interface for computing hashes and checksums of data. It also supports state based (incremental) hashing.
qaware/heimdall
Secure Password Storage
chronoxor/CppSecurity
C++ Security Library
IcyDrae/vaults
Password manager featuring client-side encryption, vaults, folders and more.
HussainDerry/secure-preferences
A library that provides an encrypted version of the Android shared preferences.
therealOri/Genter
A strong and customizable password generator made with python3!
xros/py_django_crack
Crack the django password on the way. By default Django use pbkdf2 and sha256 method to encrypt user's password. Once get the password stored in the database table, you need to compare it with others if brute force cracking. It is recommended that you use hash table comparison. The tool 'rainbow crack' can generate rainbow hash tables while another tool 'hashcat' brute-force cracks password from a dictionary alive. Because django uses PBKDF2(Password-Based Key Derivation Function), it would take too long to generate a password.
joeymeyer/PBKDF2-Wrapper
An Objective-C interface for the PBKDF2 implementation in CommonCrypto.